Open safocl opened 22 hours ago
Unfortunately, the original C library does not provide the ability to track the initialization of some entities, such as the WiFi, NVS, and NetIF subsystems -- for this reason, it is necessary to additionally hold variables to identify the status.
Checklist
Feature description
I propose a possible variant of additional components in the C++ wrapper (esp-idf-cxx). Please indicate -- in what form would it be possible to add this to your library?
https://github.com/safocl/ext-esp32-idf-cxx-test
this is just a rough draft (I am currently using some of the functionality myself)
Use cases
Using networking, wifi, adc, nvsflash in C++ code style. (-std=c++23)_
Alternatives
No response
Additional context
No response