We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f420fa commit 702d953Copy full SHA for 702d953
src/arduino/ports/esp32/tusb_config_esp32.h
@@ -45,8 +45,8 @@ extern "C" {
45
//--------------------------------------------------------------------+
46
#include "esp_arduino_version.h"
47
48
-#if ESP_ARDUINO_VERSION < ESP_ARDUINO_VERSION_VAL(2, 0, 7)
49
-#error "ESP32 Arduino core version 2.0.7 or later is required"
+#if ESP_ARDUINO_VERSION < ESP_ARDUINO_VERSION_VAL(2, 0, 8)
+#error "ESP32 Arduino core version 2.0.8 or later is required"
50
#endif
51
52
#ifndef CFG_TUD_LOG_LEVEL
0 commit comments