Replies: 4 comments
-
I suspect something brings the mbedtls lib in Arduino 3, something related to the new refactoring of the Network / Wifi headers because the secured ones are not included by default and they depend on mbedtls. When opening the ESPAsyncWebServer project and launching the PIO memory analyser we can see, when comparing the analysis of arduino-2 anv vs arduino-3 env that the lib is there only with Arduino 3. |
Beta Was this translation helpful? Give feedback.
-
I wish we could also add some define to completely disable the secured headers. |
Beta Was this translation helpful? Give feedback.
-
I'm still using Arduino 2.x, mostly due to other libs incompatibilities and lack of official support for Core 3 on PIO.
Yeah! That strikes me too! Should not be that hard at all. Do not know why Tasmota can't do something like this, they already hacked into official Arduino core pretty hard. |
Beta Was this translation helpful? Give feedback.
-
Made a PR for Arduino core espressif/arduino-esp32#9893 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just to continue with our previous discussion
I've tried this one, it does indeed saves a lot of code size, but I did not get to use it properly. They removed crypto, but it brakes linking with any code that is related to
HTTPClient::begin
, does not matter it uses http or https.So, @proddy any hints on how to use it for something other than Tasmota?
Actually what I need is to have HTTP Client/Server without any crypto junk.
Beta Was this translation helpful? Give feedback.
All reactions