Releases: thelastoutpostworkshop/gpio_viewer
GPIOViewer v1.6.1
- Fixed bug when reading ADC pins that were set as output by other functions, such as SPI (see this issue)
GPIOViewer v1.6.0
Removed a deprecated call in AsyncWebServerRequest causing a non fatal compile time error (issue)
GPIOViewer v1.5.9
ESP32 Core 3.1.1 compatibility.
Removed #include <WebServer.h> that was introduced to solve compatibility issue and now causing compilation problems with Espressif ESP32 Core 3.1.1.
GPIOViewer v1.5.8
Added dependency to ESPAsyncWebServer.
GPIOViewer v1.5.7
Change AsyncTCP dependency to the library by Me-No-Dev for compatibility with ESP32 Arduino Core 3.1.0
GPIOViewer v1.5.6
Added Support for ADC pins.
Added Support to detect pins functions when the ESP32 Core API provide it.
GPIOViewer v1.5.5
Fixed type from u_int32_t to uint32_t that was causing compile errors
GPIOViewer v1.5.4
Compatibility added for ESP32 Espressif Arduino Framework v3.0.0.
Removed getFlashChipMode() which makes the ESP32-S3 crash when this ESP32 API is called (bug in the Espressif Arduino Core).
GPIOViewer v1.5.3
Detection of an edge case where an analog pin is set with a channel resolution of 0 causing the ESP32 to reset.
GPIOViewer v1.5.2
Detection of pin modes set with PinMode