created scripts for uploading code and monitoring the mcu
This commit is contained in:
parent
6034b19f31
commit
ade3dd8d8e
7
monitor.sh
Normal file
7
monitor.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
board="esp8266:esp8266:nodemcuv2"
|
||||
port="/dev/ttyUSB0"
|
||||
baudrate="9600"
|
||||
|
||||
arduino-cli monitor -b $board -p $port -c $baudrate
|
Loading…
x
Reference in New Issue
Block a user