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

Commit

Permalink
v2.2.0 to add support to more boards
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
khoih-prog authored Aug 12, 2022
1 parent 4c7dcd9 commit 440b530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/multiFileProject/multiFileProject.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#error This code is intended to run on the ESP32 platform! Please check your Tools->Board setting.
#endif

#define ESP32_TIMER_INTERRUPT_VERSION_MIN_TARGET "ESP32TimerInterrupt v2.1.0"
#define ESP32_TIMER_INTERRUPT_VERSION_MIN 2001000
#define ESP32_TIMER_INTERRUPT_VERSION_MIN_TARGET "ESP32TimerInterrupt v2.2.0"
#define ESP32_TIMER_INTERRUPT_VERSION_MIN 2002000

#include "multiFileProject.h"

Expand Down

0 comments on commit 440b530

Please sign in to comment.