기본 버전 정보 및 패스키 기본값을 fstorage.h 매크로로 통합

This commit is contained in:
jhChun
2026-03-27 09:43:50 +09:00
parent 5db067f483
commit 92ebe8ebb4
3 changed files with 33 additions and 16 deletions

View File

@@ -36,6 +36,26 @@
#include "nordic_common.h"
#include <stdint.h>
/* -------------------------------------------------------------------------
* 기본 버전 정보 (FDS 초기값 및 빈 필드 복구 시 사용)
*
* 하드웨어 식별 코드
* - VBTHW0100 = 개발(시험)용 Ver 1.00
* - VB0HW0100 = 양산용 Ver 1.00
*
* Firmware 식별 코드
* - VBTFW0100 = 개발(시험)용 Ver 1.00
* - VB0FW0100 = 양산용 Ver 1.00
*
* 시리얼 넘버 식별 코드
* - VBT26030001 = 개발(시험)용 26년 3월 생산 1번
* - VB026030001 = 양산용 26년 3월 생산 1번
------------------------------------------------------------------------- */
#define HARDWARE_VERSION "VBTHW0100"
#define FIRMWARE_VERSION "VBTFW0100"
#define FIRMWARE_SERIAL_NO "VBT26030001"
#define DEFAULT_PASSKEY "123456"
#pragma pack(1)
typedef struct
{