This commit is contained in:
2021-03-09 20:01:22 +01:00
parent 11eac7a8e4
commit ed54e61fef
3 changed files with 5 additions and 6 deletions

View File

@ -36,14 +36,12 @@ void deviceInit() {
void app_main(void)
{
deviceInit();
counterInit();
gpioInit();
networkInit(isGpioForceProv());
counterInit();
/* Start main application now */
while (1) {
ESP_LOGI(TAG, "Hello World!");
vTaskDelay(1000 / portTICK_PERIOD_MS);
}
}