fix(ci): sed
This commit is contained in:
parent
0e674fe5f8
commit
c350d8b342
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ jobs:
|
||||||
apt update; apt install --yes python3-pip
|
apt update; apt install --yes python3-pip
|
||||||
pip3 install platformio
|
pip3 install platformio
|
||||||
cd esp
|
cd esp
|
||||||
sed -re 's/put your ssid here/"ssid"' -i src/main.cpp
|
sed -re 's/put your ssid here/"ssid"/g' -i src/main.cpp
|
||||||
sed -re 's/put your psk here/"psk"' -i src/main.cpp
|
sed -re 's/put your psk here/"psk"/g' -i src/main.cpp
|
||||||
pio run
|
pio run
|
||||||
|
|
||||||
openscad:
|
openscad:
|
||||||
|
|
Loading…
Reference in a new issue