add ESP_PLATFROM as compile definition

This commit is contained in:
technyon
2022-07-17 09:17:34 +02:00
parent d9c0b1cc93
commit f8d0494673
2 changed files with 2 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ void NukiWrapper::update()
}
else
{
vTaskDelay( 200 / portTICK_PERIOD_MS);
delay(200);
return;
}
}