- Fix doubled time for
ESP32_S2
. Check Error in the value defined by TIMER0_INTERVAL_MS #28 - Modify examples to avoid using
LED_BUILTIN
/GPIO2
,GPIO1
as it can cause crash in some boards, such asESP32_C3
- Use
allman astyle
and addutils
- 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
- Suppress errors and warnings for new ESP32 core v2.0.4+
- Add support to new Adafruit board QTPY_ESP32S2
- Update examples
- Fix
multiple-definitions
linker error. Dropsrc_cpp
andsrc_h
directories - Avoid deprecated functions.
- Add example multiFileProject to demo for multiple-file project.
- Optimize library code by using
reference-passing
instead ofvalue-passing
- Update all examples
- Fix compiler errors due to conflict to some libraries.
- Add complex examples.
- Initial coding to support ESP32-S2
- Sync with ESP32_S2_TimerInterrupt library v1.3.0