mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 04:36:38 +00:00
Fix for STM32F4
This commit is contained in:
parent
257f753057
commit
662a634c60
@ -19,9 +19,11 @@
|
|||||||
#if HASP_USE_ETHERNET > 0 || HASP_USE_WIFI > 0
|
#if HASP_USE_ETHERNET > 0 || HASP_USE_WIFI > 0
|
||||||
void networkStart(void)
|
void networkStart(void)
|
||||||
{
|
{
|
||||||
haspProgressVal(255); // hide
|
#if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266)
|
||||||
configTzTime(MYTZ, "pool.ntp.org", "time.nist.gov", NULL); // literal string
|
configTzTime(MYTZ, "pool.ntp.org", "time.nist.gov", NULL); // literal string
|
||||||
|
#endif
|
||||||
|
|
||||||
|
haspProgressVal(255); // hide
|
||||||
haspReconnect();
|
haspReconnect();
|
||||||
debugStartSyslog();
|
debugStartSyslog();
|
||||||
// mqttStart();
|
// mqttStart();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user