Setup ntp callback.

This commit is contained in:
Fabian Schlenz 2019-06-06 06:44:34 +02:00
parent d9212189c1
commit f7275cc086
1 changed files with 1 additions and 0 deletions

View File

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