zhaohe 1 year ago
parent
commit
b20c049b36
  1. 2
      usrc/project_configs.h
  2. 2
      usrc/service/report_generator_service.c
  3. BIN
      zrelease/v333/xsync_stm32.bin
  4. BIN
      zrelease/v333/xsync_stm32.elf
  5. 9010
      zrelease/v333/xsync_stm32.hex

2
usrc/project_configs.h

@ -1,7 +1,7 @@
#pragma once
#define VERSION(main, sub, fix) (main << 16 | sub << 8 | fix << 0)
#define PC_VERSION VERSION(3, 3, 2)
#define PC_VERSION VERSION(3, 3, 3)
#define PC_MANUFACTURER0 ('i' | 'f' << 8 | 'l' << 16 | 'y' << 24)
#define PC_MANUFACTURER1 ('t' | 'o' << 8 | 'p' << 16 | '\0' << 24)

2
usrc/service/report_generator_service.c

@ -160,8 +160,8 @@ static void xync_signal_report_thread(void const *argument) {
create_and_send_timecode(tc0, tc1, cnt); // timecode¹ã²¥°ü
last_report_packet_time = xs_get_ticket();
if (dtime >= 1) {
second = daycnt * 24 * 3600 + result.timeinall;
if (dtime >= 1|| second == 0) {
create_and_send_camera_sync_msg(second);
}
}

BIN
zrelease/v333/xsync_stm32.bin

BIN
zrelease/v333/xsync_stm32.elf

9010
zrelease/v333/xsync_stm32.hex
File diff suppressed because it is too large
View File

Loading…
Cancel
Save