1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

NONOS SDK clean-up (#8770)

Remove nonos-sdk-v2.2.0-28-g89920dc aka 3v0, since we have a real v3
Remove 3.0.0...3.0.4 to reduce overhead in maintaining a bunch or binary patches
Update our docs and menu opts to mention 'experimental' status

Old versions still remains in git history, so anyone wanting to play around with 3.0.x could still make use of that work
This commit is contained in:
Max Prokhorov
2023-01-03 01:40:53 +03:00
committed by GitHub
parent 3f1d608a19
commit 204d2c93a7
94 changed files with 51 additions and 2596 deletions

View File

@ -49,6 +49,7 @@ This API frees up resources used by the connection. Consider using it instead of
*Example:*
.. code:: cpp
# define MIN_HEAP_FREE 20000 // or whatever min available heap memory convienent for your application
auto client = server.accept();
// ... do something with the client object ...

View File

@ -227,7 +227,11 @@ Other Function Calls
bool enableAP (bool enable)
int hostByName (const char *aHostname, IPAddress &aResult)
appeared with SDK pre-V3:
Also, when using NONOS SDK v3:
.. code:: cpp
uint8_t getListenInterval ();
bool isSleepLevelMax ();