Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Info] WifiModem not only a ESP8266 firmware anymore!? #2

Open
guidol70 opened this issue Oct 27, 2022 · 0 comments
Open

[Info] WifiModem not only a ESP8266 firmware anymore!? #2

guidol70 opened this issue Oct 27, 2022 · 0 comments

Comments

@guidol70
Copy link

Hi,
many thanks for this fine software - I did used it in the past with a ESP8266.
Now I did see you added the ARDUINO_WT32_ETH01 as option.

As the WT32 include its a ESP32 - so I edited the .ino header

  • not to ask for a ESP8266
  • excluded the include for the ETH.h
  • corrected back the connect string (excluding the eth-part)
  • set my board-LED:
#include <WiFi.h>
#include <WebServer.h>
#include <ESPmDNS.h>
// LED Pin 34 = RED out of RGB LED
#define LED_PIN 34
#define TITLE "ESP32-S2 Telnet-to-Serial Bridge"
#define SerialConfig int
#define IsConnected() ((WiFi.status()==WL_CONNECTED))
#define ENC_TYPE_NONE WIFI_AUTH_OPEN

and now it works on my Deneyap Mini (a ESP32-S2-board) ;)
Thats really cool, because I had this laying around and no free ESP8266 anymore.

So maybe you will change this sentence on the WifiModem-Github-repository?:
This is a firmware for the ESP8266 module that connects a serial port to Wifi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant