-
I'm running 1.8.4 and I notice that data pasted into the WebREPL is truncated.
Start up the WebREPL and trying pasting the following
"****************************************************************…
cpopp updated
11 months ago
-
i have this code made for sinric to work with Alexa but i have a feeling that it might be for Alexa only and might not work with Google Home so if possible can you tell me what changes should i make i…
-
i need code to channel up and down tv like that code what should i add to work correctly
#include
#include
#include
#include
#include
// IR part--------------------------------------------…
-
I would like to create and destroy a WebSocketsServer on-demand, however based on the following test code, there appears to be a memory leak.
```
#include
#include
#include
WebSocketsServer *ws;…
-
Give me this error:
In file included from C:\Users\Gianni\Documents\Arduino\libraries\WiFiManager-ESP32\examples\AutoConnect\AutoConnect.ino:14:0:
C:\Users\Gianni\Documents\Arduino\libraries\WiF…
-
@igrr i am still getting **ssl->neeed bytes** error. I changed the value of
**ssl->max_plain_length** to **ssl->max_plain_length = 6000*4;** which I think is the maximum value, i can give. Here is th…
-
I have some hardware toys that I normally bring every month. These include an [Arduino Mega 2560](https://www.arduino.cc/en/Main/ArduinoBoardMega2560) and a [BeagleBone Black](http://beagleboard.org/B…
-
Hey,
Is there a way to update sinric from the node MCU to change the state of a light switch?
I have a manual override on my lighting for ease of use, and when you turn the lights off manually,…
-
I'm pretty sure this is a bug in rshell rather than in the firmware. In any event, it stops rsync from working with files recently updated on the PC because they are assigned a datetime one hour ahea…
-
Hi!
I am trying to create a small websocket echo server with this arduinoWebSockets library, but I just cannot make it work. When I start the program (code below) on the Arduino, it just starts cal…