wifi now works on portduino

This commit is contained in:
Kevin Hester
2021-03-17 20:29:27 +08:00
parent f492f6deb6
commit 999afdf05e
7 changed files with 37 additions and 19 deletions
+1
View File
@@ -0,0 +1 @@
esptool.py --baud 921600 write_flash 0x10000 release/archive/firmware-tbeam-1.1.50.bin
+11
View File
@@ -0,0 +1,11 @@
set -e
pio run
echo uploading to usb1
pio run --upload-port /dev/ttyUSB1 -t upload &
echo uploading to usb0
pio run --upload-port /dev/ttyUSB0 -t upload &
wait