mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-05 11:00:59 +02:00
12 lines
185 B
Bash
Executable File
12 lines
185 B
Bash
Executable File
#!/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
|