Code Monkey home page Code Monkey logo

Comments (4)

JAndrassy avatar JAndrassy commented on May 23, 2024

I use 3.0.2. I don't use SSL connection so I can't comment about that part.

I was expecting problems with automatic joining AP at start, because I know it is off by default in 3.0+, but they didn't occur. I assumed because of how WiFiEspAT library's SetupPersistentWiFiConnection example, which I use for it, works. And I hade to run it multiple times as I switched between normal AT firmware and ESP_ATMod to compare results.

from esp_atmod.

JiriBilek avatar JiriBilek commented on May 23, 2024

2. Bad AT+CIPSTATUS (reply +CIPSTATUS:2,"SSL","(IP unset)",0,0,0) after connecting to and transferring data from web server.

The problem is in the core. I have reported it.

from esp_atmod.

JiriBilek avatar JiriBilek commented on May 23, 2024

With the update of core to 3.1 problems appeared:

error: use of deleted function 'BearSSL::X509List& BearSSL::X509List::operator=(const BearSSL::X509List&)'

CAcert = BearSSL::X509List();

warning: 'WiFiClient WiFiServer::available(uint8_t*)' is deprecated: Renamed to accept(). [-Wdeprecated-declarations]

WiFiClient cli = servers[i].available();

from esp_atmod.

JAndrassy avatar JAndrassy commented on May 23, 2024

the warning is expected. I made the 'rename' of server.available() to accept() in the ESP8266WiFi library. but it is just a warning

from esp_atmod.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.