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