Skip to content

Commit f99c9f6

Browse files
committed
Updated Readme
1 parent 891d0dc commit f99c9f6

File tree

5 files changed

+303
-141
lines changed

5 files changed

+303
-141
lines changed

.vscode/arduino.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"board": "esp8266:esp8266:nodemcuv2",
3-
"sketch": "examples\\ESP8266\\RS485_Sender\\RS485_Sender.ino",
2+
"board": "rp2040:rp2040:rpipico",
3+
"sketch": "examples\\RP2040\\RS485_Passthrough\\RS485_Passthrough.ino",
44
"port": "COM3",
5-
"configuration": "xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,eesz=4M2M,led=2,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=115200"
5+
"configuration": "flash=2097152_0,freq=133,opt=Small,rtti=Disabled,stackprotect=Disabled,exceptions=Disabled,dbgport=Disabled,dbglvl=None,usbstack=picosdk,ipbtstack=ipv4only,uploadmethod=default"
66
}

0 commit comments

Comments
 (0)