Releases: thelastoutpostworkshop/gpio_viewer
GPIOViewer v1.7.1
GPIOViewer v1.7.0
This version no longer support Espressif Arduino Core v2. If you want support for the Arduino Core v2.x, use version 1.6.3 of the GPIOViewer library.
New features for the web Application
- Broaden sendESPInfo metrics to cover chip features, heap stats, and reset diagnostics
- Added core temperature reporting when the chip exposes a sensor
- Added flash-mode reporting back into sendESPInfo]
GPIOViewer v1.6.3
GPIOViewer v1.6.2
Fixed DFRobot FireBeetle 2 ESP32-C6 compile issue
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.