Update platformio.ini and esp_timer_compat.c for Windows build compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user