Moving stuff up to remote so a new branch can be made without stashing

This commit is contained in:
2026-08-09 13:11:18 -04:00
parent ef3eded08d
commit f1251f433e
2 changed files with 13 additions and 8 deletions

View File

@@ -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": {}
}