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:
|
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/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/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
|
* `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.
|
||||||
that forwards packets (and uses NAT) to and from the PPPoS connection.
|
|
||||||
|
|
||||||
## Extensibility
|
## 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