RemoteDebug
RemoteDebug copied to clipboard
Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
**Describe the bug** He empezado a usar la libreria, concretamente los comandos: Debug.setSerialEnabled(true); debugA("Inicializado Remotedebug"); Me sacaba por el puerto serie lo siguiente: (setup) Inicializado Remotedebug [0m Me he encontrado...
**Describe the bug** When RemoteDebug is connected with putty client, esp_http_server or ESP32Ping fails **To Reproduce** 1.- Connect with putty client 2.- My web server doesn't respons until I close...
After updating my espressif32 platform in PlatformIO from 3.2 to 4.2, "hwcrypto/sha.h" cannot be included in Websockets.cpp anymore. [Issue #3245](https://github.com/espressif/esp-idf/issues/3245) in esp-idf states that this library has been moved, and...
See https://github.com/espressif/esp-idf/issues/3245
Seems the site is no longer active? **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem....
**Describe the bug** Error when compiling my source code for ESP8266 with 3.0.5 RemoteDebug **Arduino Information:** - OS: Linux - IDE ArduinoIDE 1.8.15 - Board ESP8266 GenericModule **Additional context** Here...
**Describe the bug** - with recent ESP8266 cores, the embedded websockets library gives error compiling. The library should be updated - with 3.0.0 esp8266 core, and new embedded ethernet functionalities,...
I'm using a samd (P1AM) board. I'd like to use this library. What would it take to get it supported?
Hi, short info, the arduinoWebSockets can be found in the Arduino Library manager and on platformIO. https://platformio.org/lib/show/549/WebSockets https://www.arduinolibraries.info/libraries/web-sockets
C++ newb here. Could you please suggest or show small example of how to use logger if code consists of 3 files: - main.cpp - lib.cpp - lib.h If i...