Skip to content

Releases: thelastoutpostworkshop/gpio_viewer

GPIOViewer v1.7.1

13 Dec 14:23

Choose a tag to compare

GPIOViewer v1.7.0

24 Oct 23:07

Choose a tag to compare

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

03 May 13:41

Choose a tag to compare

Fixed ADC compilation problem on some boards.
Issue 167.
Issue 161.

GPIOViewer v1.6.2

23 Feb 20:02

Choose a tag to compare

Fixed DFRobot FireBeetle 2 ESP32-C6 compile issue

GPIOViewer v1.6.1

26 Jan 13:13

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

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

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

Choose a tag to compare

Added dependency to ESPAsyncWebServer.

GPIOViewer v1.5.7

21 Dec 10:28

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

Choose a tag to compare

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