configuration

This commit is contained in:
2020-11-27 15:25:19 +01:00
parent cb5dd5f79a
commit 6d7119c0e2
5 changed files with 30 additions and 2 deletions

View File

@ -20,11 +20,13 @@
#include <mqttComm.h>
#include <cmdHandler.h>
#include <oled.h>
#include <config.h>
void my_setup_1() {
schInit();
logInit();
configInit();
showInit();
}