/* * bsp_mqtt_pub.h * * Created on: Jul 9, 2024 * Author: akeguo */ #ifndef INC_BSP_BSP_MQTT_PUB_H_ #define INC_BSP_BSP_MQTT_PUB_H_ #include "../../BASE/Inc/BSP/bsp_pb_decode_encode.h" #include "../../BASE/Inc/BSP/pb_decode.h" #include "../../BASE/Inc/BSP/pb_encode.h" #include "bsp_CV.pb.h" #include "../../BASE/Inc/BSP/bsp_pb_decode_encode.h" #include "../../BASE/Inc/BSP/bsp_EEPROM.h" extern void log_info(char logger[], char message[]); extern void log_debug(char logger[], char message[]); extern void log_err(char logger[], char message[]); #endif /* INC_BSP_BSP_MQTT_PUB_H_ */