코드/주석 정리

This commit is contained in:
2026-07-15 12:06:42 +09:00
parent 69c4e20f34
commit 4ed23a103c
4 changed files with 18 additions and 36 deletions
+1 -3
View File
@@ -15,7 +15,7 @@
/*==============================================================================
* Firmware identification : Default values, can be overridden by NVS
*============================================================================*/
#define FIRMWARE_VERSION "TSTFW042"
#define FIRMWARE_VERSION "VBTFW0200"
#define HARDWARE_VERSION "VB0HW0000"
#define SERIAL_NUMBER "VBT260300ZZ"
#define DEFAULT_PASSKEY "123456"
@@ -33,7 +33,6 @@
/*==============================================================================
* Enumerations
*============================================================================*/
typedef enum
{
OFF = 0,
@@ -61,7 +60,6 @@ typedef enum
/*==============================================================================
* Function declarations
*============================================================================*/
void sleep_mode_enter(void);
void sleep_mode_enter_reason(const char *reason);
void device_power_off(void);