drop cmd stuff

This commit is contained in:
2021-02-16 10:29:12 +01:00
parent a711fcbe2a
commit 73ac869f26
11 changed files with 85 additions and 698 deletions

View File

@ -14,7 +14,6 @@
#include <logger.h>
#include <eeprom.h>
#include <wizHelper.h>
#include <cmdHandler.h>
#include <config.h>
#include <counter.h>
@ -40,12 +39,6 @@ void my_setup_2() {
wizInit();
if (HAL_GPIO_ReadPin(ADMIN_MODE_GPIO_Port, ADMIN_MODE_Pin)) {
show(LED_BLUE, BLINK);
coloredMsg(LED_RED, "STARTING ADMIN MODE");
cmdHandlerInit();
}
counterInit();
logMsg("Application running");