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