Setup ntp callback.

This commit is contained in:
Fabian Schlenz 2019-06-06 06:44:34 +02:00
parent d9212189c1
commit f7275cc086

View File

@ -26,6 +26,7 @@ void setup() {
LOGln("Core * Starting"); LOGln("Core * Starting");
setup_effects(); setup_effects();
wifi_setup(); wifi_setup();
ntp_setup();
ota_setup(); ota_setup();
fastled_setup(); fastled_setup();
ntpClient.begin(); ntpClient.begin();