Fix for STM32F4

This commit is contained in:
fvanroie 2021-02-24 22:36:04 +01:00
parent 257f753057
commit 662a634c60

View File

@ -19,9 +19,11 @@
#if HASP_USE_ETHERNET > 0 || HASP_USE_WIFI > 0
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
#endif
haspProgressVal(255); // hide
haspReconnect();
debugStartSyslog();
// mqttStart();