Skip to content

Commit

Permalink
Redo from the base.
Browse files Browse the repository at this point in the history
  • Loading branch information
WonITKorea committed Feb 17, 2024
1 parent 81f6974 commit bdcb37c
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 111 deletions.
6 changes: 3 additions & 3 deletions .vscode/arduino.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sketch": "code\\Testing_Crate\\backup\\backup.ino",
"board": "rp2040:rp2040:rpipico",
"port": "COM18",
"board": "esp32:esp32:nodemcu-32s",
"port": "COM6",
"output": "../build",
"intelliSenseGen": "global",
"programmer": "esptool",
"configuration": "flash=2097152_0,freq=133,opt=Optimize2,rtti=Disabled,stackprotect=Disabled,exceptions=Enabled,dbgport=Disabled,dbglvl=None,usbstack=picosdk,ipbtstack=ipv4only,uploadmethod=default"
"configuration": "FlashFreq=80,UploadSpeed=921600,DebugLevel=info,EraseFlash=none"
}
Loading

0 comments on commit bdcb37c

Please sign in to comment.