Code cleanup

This commit is contained in:
fvanroie 2020-05-22 20:30:50 +02:00
parent 8dc6b5cc68
commit 11309df661

View File

@ -42,6 +42,7 @@ void setup()
* Apply User Configuration
***************************/
debugSetup();
guiSetup();
#if HASP_USE_GPIO > 0
gpioSetup();
@ -51,7 +52,6 @@ void setup()
wifiSetup();
#endif
guiSetup();
oobeSetup();
haspSetup();