Moving stuff up to remote so a new branch can be made without stashing
This commit is contained in:
@@ -24,16 +24,13 @@
|
||||
}
|
||||
],
|
||||
"connections": [
|
||||
["esp32:TX0", "$serialMonitor:RX", "", []],
|
||||
["esp32:RX0", "$serialMonitor:TX", "", []],
|
||||
["esp:GND", "neopixels:VSS", "black"],
|
||||
["esp:D5", "neopixels:DIN", "green"],
|
||||
["esp:5V", "neopixels:VDD", "red"]
|
||||
],
|
||||
"serialMonitor": {
|
||||
"display": "always",
|
||||
"newline": "lf",
|
||||
"convertEol": false
|
||||
"newline": "lf"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user