mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Code cleanup
This commit is contained in:
parent
952ab55b98
commit
95d0007642
@ -50,7 +50,6 @@ void haspEverySecond(void);
|
|||||||
void haspReconnect(void);
|
void haspReconnect(void);
|
||||||
void haspDisconnect(void);
|
void haspDisconnect(void);
|
||||||
|
|
||||||
// void haspGetVersion(char* version, size_t len);
|
|
||||||
// void haspBackground(uint16_t pageid, uint16_t imageid);
|
// void haspBackground(uint16_t pageid, uint16_t imageid);
|
||||||
|
|
||||||
// void haspNewObject(const JsonObject & config, uint8_t & saved_page_id);
|
// void haspNewObject(const JsonObject & config, uint8_t & saved_page_id);
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
// #ifdef USE_CONFIG_OVERRIDE
|
|
||||||
// #include "user_config_override.h"
|
|
||||||
// #endif
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include "ArduinoLog.h"
|
#include "ArduinoLog.h"
|
||||||
|
|
||||||
@ -29,7 +27,7 @@ void networkStart(void)
|
|||||||
configTzTime(MYTZ, "pool.ntp.org", "time.nist.gov", NULL); // literal string
|
configTzTime(MYTZ, "pool.ntp.org", "time.nist.gov", NULL); // literal string
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
haspProgressVal(255); // hide
|
// haspProgressVal(255); // hide
|
||||||
haspReconnect();
|
haspReconnect();
|
||||||
debugStartSyslog();
|
debugStartSyslog();
|
||||||
// mqttStart();
|
// mqttStart();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user