gjt211

Results 4 comments of gjt211

UPDATE I found the solution in #53 changing the file `async_config.h` for ESPAsyncTCP as follows; ``` #ifndef ASYNC_TCP_SSL_ENABLED #define ASYNC_TCP_SSL_ENABLED 0 #endif ``` to ``` #ifndef ASYNC_TCP_SSL_ENABLED #define ASYNC_TCP_SSL_ENABLED 1...

I think I am having the same problem using the most recent version of code. If I power up the board without the HX711 connected it locks up. ``` scale.begin(LOADCELL_DOUT_PIN,...

This has been happening for me for several years, every time I exit pencil I get a crash. Used on two different MAC laptops, both the same. The attached screenshot,...

Hi, I have tested this with a Quectel EC25 ad so far the MQTT test is working ok. I will perform further testing in the coming weeks and will most...