Remove the deep sleep logic

This commit is contained in:
2025-11-23 16:34:34 +01:00
parent 1192cac5ba
commit 2ebfe2466c
2 changed files with 0 additions and 12 deletions

View File

@@ -12,6 +12,5 @@ void connect_mqtt(PubSubClient &client, Config *config);
void disconnect_mqtt(PubSubClient &client, const char *topic);
size_t construct_json(float *data, char *buffer, int buffer_size);
void mqtt_transfer(PubSubClient &client, Config *config, float *data);
void enter_deep_sleep(bool wifi_timeout, int sleep_time);
#endif /* WLAN_H */