Jack Jansen
Jack Jansen
I'm having the same problem, but strangely enough only when I build with `Arduino-cli`. When I build with `platformio` things seem to work fine for me... And indeed I have...
After a lot of comparing my ESP-IDF trees I get the impression that `soc/soc_caps.h` was introduced in IDF 4.0, so if you're using IDF 3.3 or earlier that file doesn't...
esp32_https_server_compat is sort-of working, but everything complains about the keys and certificates. Need to investigate bringing it up to modern standards.
It turns out that not everything has to do with IDFv5. There are various choices that all influence each other. First development environment. We are interested in Arduino/arduino-cli and platformio....
Oh yes: many of our `#ifdef` trigger on the wrong thing. They should really depend on either arduino core version or esp-idf version. But right now they use arduino (the...
Implemented and merged. But keeping the issue open, because when hbldh/bleak#582 is merged (and possibly hbldh/bleak#909) the dependencies need to refer to the normal bleak, not my fork/branch.
Now that #63 has been merged this should become a lot simpler.
A first step would be to have a similar API for config file, Web request and REST request. Basically copy the `get()` and `put()` methods from configFile, with optional checking...
Actually #35 is also part of the solution. This allows treating application-defined "objects" within a module in a unified way.