-
I tried this lib with existing code that already has wifi enabled in the code. I added the 1st 2 lines of my sketch:
```
#include
GPIOViewer gpio_viewer;
```
and added as the last line of m…
-
In the event of a connection failure, or in the absence of wifi access, scripts using gpioviewer remain blocked on the connection attempt. Would it be possible to define a time delay that would allow …
-
This could be the same as issue #74
When I try the basic Platformio example I get
'analogGetChannel' was not declared in this scope
gpio_viewer.h, line 374
platformio.ini
```
[env:esp-wrove…
-
I installed the latest release of GPOI viewer (1,0,3)
I installed https://github.com/me-no-dev/ESPAsyncWebServer
I entered in the gpioviewer.ino (= example code) my SSID and Pass
I have added code…
-
Hi, I like the concept but it doesn't seem to work with boards that have dedicated Analog ports. I'm using a Firebeetle ESP32 for IoT as it has 5 dedicated analog ports 15, 34, 35, 36, and 39. However…
-
Hi
Please Add NodeMCU ESp8266 to GPIO viewer.
Thanx for the great work.
Paul
-
![image](https://github.com/thelastoutpostworkshop/gpio_viewer/assets/47078286/9ce0736b-d419-4d0b-ac16-ce35a94986b2)
I installed the Libraries in PLATFORMIO and yes SUCCESS!
Thanks again for this …
-
### PROBLEM DESCRIPTION
_A clear and concise description of what the problem is._
The "buzzer" function remains active on a GPIO pin configured as "buzzer" after that pin gets unconfigured
wh…
vic42 updated
9 months ago
-
Hi,
Looks like awsome project, tried it, I see the web page but no blinking led, all gpios are constatntly off.
this is my code:
/***
This example is intended to demonstrate the use of the GPIO…
-
Hello together,
I implementet the viewer in my Code and it works.
But my Projekt has an Wifi Access Point. So i Don#t connect the an WIFI i make my own.
I can reach then the Viewer but it dont…