mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-09 06:46:36 +00:00
3 lines
93 B
Bash
3 lines
93 B
Bash
|
#!/bin/sh
|
||
|
PORT=$1
|
||
|
sed -i "/CONFIG_ESPTOOLPY_PORT/c\CONFIG_ESPTOOLPY_PORT=\"$PORT\"" sdkconfig
|