A223D / detaBaseArduinoESP32

Library For Interacting with a Deta.sh Base Instance Using an Arduino-Based ESP32
GNU General Public License v3.0
7 stars 1 forks source link

Does not work in PlatformIO - SSL error, but works in arduino IDE #5

Open jordancrubin opened 2 years ago

jordancrubin commented 2 years ago

Using the Example provided code, works in latest arduino IDE 2.0 but not latest Platform IO

--- More details at https://bit.ly/pio-monitor-filters --- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H .... This is putObject json: {"items":[{"age":4}]} Length: 21 [ 3109][E][WiFiClientSecure.cpp:135] connect(): start_ssl_client: -1 Status: -1 Reply: Could not connect to server

jordancrubin commented 2 years ago

Note a platformio downgrade of esp32 to 3.0 fixes this ;platform = espressif32 platform = espressif32@3.0.0

jordancrubin commented 2 years ago

Too bad. 3.0 has a memory leak somehow with this lib. Moving on to another solution....