mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 12:02:11 +02:00
Add pre upload script to deploy the docs before component upload
This commit is contained in:
@ -58,8 +58,7 @@ IP address changes.
|
||||
Common use cases of the esp-modem are also listed as the examples:
|
||||
* `examples/pppos_client` -- simple client which reads some module properties and switches to the data mode to connect to a public mqtt broker.
|
||||
* `examples/modem_console` -- is an example to exercise all possible module commands in a console application.
|
||||
* `examples/ap_to_pppos` -- this example focuses on the network connectivity of the esp-modem and provides a WiFi AP
|
||||
that forwards packets (and uses NAT) to and from the PPPoS connection.
|
||||
* `examples/ap_to_pppos` -- this example focuses on the network connectivity of the esp-modem and provides a WiFi AP that forwards packets (and uses NAT) to and from the PPPoS connection.
|
||||
|
||||
## Extensibility
|
||||
|
||||
|
5
components/esp_modem/pre_upload.sh
Normal file
5
components/esp_modem/pre_upload.sh
Normal file
@ -0,0 +1,5 @@
|
||||
apk add clang g++ doxygen
|
||||
pip install breathe==4.29.0
|
||||
cd components/esp_modem/docs/
|
||||
./generate_docs
|
||||
cd ../../..
|
Reference in New Issue
Block a user