코드 정리

This commit is contained in:
2026-06-26 17:20:45 +09:00
parent 6c7fa6d0e6
commit 1a78656c8f
14 changed files with 105 additions and 265 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
/*******************************************************************************
* @file main.h
* @brief VesiScan BASIC - Zephyr port main header
* @brief VesiScan-Basic
******************************************************************************/
#ifndef MAIN_H__
@@ -13,11 +13,11 @@
#include <stdbool.h>
/*==============================================================================
* Firmware identification
* Firmware identification : Default values, can be overridden by NVS
*============================================================================*/
#define FIRMWARE_VERSION "TSTFW042"
#define HARDWARE_VERSION "VB0HW0000"
#define SERIAL_NUMBER "VB0260300ZZ"
#define SERIAL_NUMBER "VBT260300ZZ"
#define DEFAULT_PASSKEY "123456"
/*==============================================================================