코드 정리
This commit is contained in:
+3
-3
@@ -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"
|
||||
|
||||
/*==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user