Update platformio.ini and esp_timer_compat.c for Windows build compatibility

This commit is contained in:
2026-03-13 12:44:33 +01:00
parent 7c609ea452
commit 5c3f03ecdd
2 changed files with 9 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
#if defined(EGGDUINO_WINDOWS_BUILD_FIXES)
#include <ArduinoEsp32Compat.h>
#if defined(ESP32) && EGGDUINO_LEGACY_ARDUINO_ESP32
@@ -9,3 +10,4 @@ int esp_timer_is_active(esp_timer_handle_t timer)
return 0;
}
#endif
#endif