This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
v1.3.0 to add ESP32_S3 support, to remove hard-code if possible and to improve debug messages
Releases v1.3.0
- Remove hard-code if possible
- Improve debug messages by adding functions to display
error/state messages
instead ofcryptic error/state number
- Clean up
- Add support to
ESP32_S3
, using ESP32 corev2.0.3
. Don't useESP32_S3
with core v2.0.4. Check ESP32-S3 Powercycling right after uploading a sketch using Arduino IDE and Arduino Core 2.0.4 #7165