You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compilation errors with newer ESP-IDF/Arduino Core versions
- Console.cpp: Cast uint8_t channel to uart_port_t in UART function calls
- Console.cpp: Use new uart_vfs_dev_* API in ESP-IDF 5.0+ with version guards
- GPIOCommands.cpp: Add missing #include <string> and <stdexcept>
- NetworkCommands.cpp: Guard WiFi.localIPv6() for Arduino Core < 3 only
- SystemCommands.cpp: Conditionally include esp_chip_info.h, guard core_version.h
and xtruntime.h with __has_include, provide fallback XTSTR for non-Xtensa chips
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
0 commit comments