ESP_ATMod
ESP_ATMod copied to clipboard
ESP8266 AT Firmware (Command Processor) With TLS 1.2 Capability
```err C:\Users\husse\Downloads\esp01-firmware-main\ESP_ATMod-master\ESP_ATMod\command.cpp: In function 'void cmd_AT_CIPSSLCERT()': C:\Users\husse\Downloads\esp01-firmware-main\ESP_ATMod-master\ESP_ATMod\command.cpp:2950:32: error: use of deleted function 'BearSSL::X509List& BearSSL::X509List::operator=(const BearSSL::X509List&)' 2950 | CAcert = BearSSL::X509List(); | ^ In file included from C:\Users\husse\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi\src/WiFiClientSecureBearSSL.h:29, from C:\Users\husse\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi\src/WiFiClientSecure.h:23, from...
So far, the version 0.3.x was compiled with the old core v. 2.7.4. The current core 3.0.2 introduced some breaking changes. This issue will address them. 1. ESP_ATMod does not...