mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 06:52:20 +02:00
Bump esp-modem component version
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
rm -rf html
|
rm -rf html
|
||||||
|
|
||||||
# Cleans example and test build dirs (to reduce the component size before upload)
|
# Cleans example and test build dirs (to reduce the component size before upload)
|
||||||
rm -rf ../examples/ap_to_pppos/build/ ../examples/simple_cxx_client/build/ ../examples/pppos_client/build/ ../examples/modem_console/build ../test/host_test/build/ ../test/target/build/
|
rm -rf ../examples/ap_to_pppos/build/ ../examples/simple_cmux_client/build/ ../examples/pppos_client/build/ ../examples/linux_modem/build/ ../examples/modem_console/build ../test/host_test/build/ ../test/target/build/
|
||||||
|
|
||||||
# Generate C++ API header of the DCE
|
# Generate C++ API header of the DCE
|
||||||
cat ../include/generate/esp_modem_command_declare.inc | clang++ -E -P -CC -xc++ -I../include -DGENERATE_DOCS - | sed -n '1,/DCE command documentation/!p' > esp_modem_dce.hpp
|
cat ../include/generate/esp_modem_command_declare.inc | clang++ -E -P -CC -xc++ -I../include -DGENERATE_DOCS - | sed -n '1,/DCE command documentation/!p' > esp_modem_dce.hpp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: "0.1.3"
|
version: "0.1.4"
|
||||||
targets:
|
targets:
|
||||||
- esp32
|
- esp32
|
||||||
description: esp modem
|
description: esp modem
|
||||||
|
Reference in New Issue
Block a user