修复已知编译问题

This commit is contained in:
nhkefus
2025-03-18 13:47:20 +08:00
parent 44ed1d2604
commit 1b7d86f1f7
3 changed files with 5 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
#define ZTC1_NAME "zTC1-%s"
#define USER_CONFIG_VERSION 8
#define USER_CONFIG_VERSION 9
#define SETTING_MQTT_STRING_LENGTH_MAX 32 //必须4字节对齐。
#define SOCKET_NAME_LENGTH 64
@@ -76,6 +76,5 @@ extern system_config_t* sys_config;
extern user_config_t* user_config;
extern mico_gpio_t Relay[Relay_NUM];
extern void appRestoreDefault_callback1(void *const user_config_data, uint32_t size);
#endif