Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 440b530

Browse files
authored
v2.2.0 to add support to more boards
### Releases v2.2.0 1. Suppress warnings for ESP32_C3, ESP32_S2 and ESP32_S3 2. Add support to - ESP32_S2 : ESP32S2 Native USB, UM FeatherS2 Neo, UM TinyS2, UM RMP, microS2, LOLIN_S2_MINI, LOLIN_S2_PICO, ADAFRUIT_FEATHER_ESP32S2, ADAFRUIT_FEATHER_ESP32S2_TFT, ATMegaZero ESP32-S2, Deneyap Mini, FRANZININHO_WIFI, FRANZININHO_WIFI_MSC - ESP32_S3 : UM TinyS3, UM PROS3, UM FeatherS3, ESP32_S3_USB_OTG, ESP32S3_CAM_LCD, DFROBOT_FIREBEETLE_2_ESP32S3, ADAFRUIT_FEATHER_ESP32S3_TFT - ESP32_C3 : LOLIN_C3_MINI, DFROBOT_BEETLE_ESP32_C3, ADAFRUIT_QTPY_ESP32C3, AirM2M_CORE_ESP32C3, XIAO_ESP32C3
1 parent 4c7dcd9 commit 440b530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/multiFileProject/multiFileProject.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#error This code is intended to run on the ESP32 platform! Please check your Tools->Board setting.
1414
#endif
1515

16-
#define ESP32_TIMER_INTERRUPT_VERSION_MIN_TARGET "ESP32TimerInterrupt v2.1.0"
17-
#define ESP32_TIMER_INTERRUPT_VERSION_MIN 2001000
16+
#define ESP32_TIMER_INTERRUPT_VERSION_MIN_TARGET "ESP32TimerInterrupt v2.2.0"
17+
#define ESP32_TIMER_INTERRUPT_VERSION_MIN 2002000
1818

1919
#include "multiFileProject.h"
2020

0 commit comments

Comments
 (0)