mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
3 lines
93 B
Bash
Executable File
3 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
PORT=$1
|
|
sed -i "/CONFIG_ESPTOOLPY_PORT/c\CONFIG_ESPTOOLPY_PORT=\"$PORT\"" sdkconfig |