Skip to content

Releases: thelastoutpostworkshop/gpio_viewer

GPIOViewer v1.6.1

26 Jan 13:13
Compare
Choose a tag to compare
  • Fixed bug when reading ADC pins that were set as output by other functions, such as SPI (see this issue)

GPIOViewer v1.6.0

14 Jan 01:04
Compare
Choose a tag to compare

Removed a deprecated call in AsyncWebServerRequest causing a non fatal compile time error (issue)

GPIOViewer v1.5.9

09 Jan 00:36
Compare
Choose a tag to compare

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

21 Dec 10:50
Compare
Choose a tag to compare

Added dependency to ESPAsyncWebServer.

GPIOViewer v1.5.7

21 Dec 10:28
Compare
Choose a tag to compare

Change AsyncTCP dependency to the library by Me-No-Dev for compatibility with ESP32 Arduino Core 3.1.0

GPIOViewer v1.5.6

21 Aug 13:08
Compare
Choose a tag to compare

Added Support for ADC pins.
Added Support to detect pins functions when the ESP32 Core API provide it.

GPIOViewer v1.5.5

16 Jul 22:51
Compare
Choose a tag to compare

Fixed type from u_int32_t to uint32_t that was causing compile errors

GPIOViewer v1.5.4

02 Jun 01:00
Compare
Choose a tag to compare

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

17 May 19:48
Compare
Choose a tag to compare

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

27 Apr 19:07
Compare
Choose a tag to compare

Detection of pin modes set with PinMode