日常修改

This commit is contained in:
2024-03-28 18:21:11 +08:00
parent 113f33b079
commit 61213192c5
2 changed files with 29 additions and 0 deletions

View File

@@ -137,6 +137,12 @@ void esp_MQTT_SUB(
_esp obj,
const char* title);
void bsp_MQTT_msgpush(
_esp obj,
int enu,int group,short value);
void bsp_MQTT_Init(void);
u32 parseMQTTMessage(_esp obj,const char *str);
//----------------------------------------------------------------------------------------------------
int esp_print(_esp obj,const char* format, ...);