mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-05 19:11:10 +02:00
12 lines
185 B
Bash
12 lines
185 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
source $IDF_PATH/export.sh
|
||
|
|
||
|
export AT_CUSTOM_COMPONENTS="`pwd`/pppd_cmd"
|
||
|
|
||
|
cd modem_sim_esp32/esp-at
|
||
|
|
||
|
python -m pip install -r requirements.txt
|
||
|
|
||
|
python build.py reconfigure
|