Firmware 버전 식별 코드 정의를 main.h로 이동

- parser.c: DR_DEVICE_VERSION 제거
This commit is contained in:
jhChun
2026-03-27 10:05:46 +09:00
parent 92ebe8ebb4
commit 923f29db82
4 changed files with 14 additions and 8 deletions

View File

@@ -52,8 +52,7 @@
* - VB026030001 = 양산용 26년 3월 생산 1번
------------------------------------------------------------------------- */
#define HARDWARE_VERSION "VBTHW0100"
#define FIRMWARE_VERSION "VBTFW0100"
#define FIRMWARE_SERIAL_NO "VBT26030001"
#define SERIAL_NUMBER "VBT26030001"
#define DEFAULT_PASSKEY "123456"
#pragma pack(1)