Skip to content

Commit

Permalink
Refold Main Code
Browse files Browse the repository at this point in the history
  • Loading branch information
WonITKorea committed Apr 1, 2024
1 parent 8cbce0d commit 3ec6b40
Show file tree
Hide file tree
Showing 5 changed files with 453 additions and 576 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\\GPSTest\\GPSTest.ino",
"board": "esp32:esp32:nodemcu-32s",
"sketch": "code\\SKIDAQ_Main\\SKIDAQ_Main.ino",
"board": "rp2040:rp2040:rpipico",
"port": "COM7",
"output": "../build",
"intelliSenseGen": "global",
"programmer": "esptool",
"configuration": "FlashFreq=80,UploadSpeed=921600,DebugLevel=none,EraseFlash=none"
"configuration": "flash=2097152_0,freq=133,opt=Optimize,rtti=Disabled,stackprotect=Enabled,exceptions=Disabled,dbgport=Disabled,dbglvl=None,usbstack=picosdk,ipbtstack=ipv4only,uploadmethod=default"
}
Loading

0 comments on commit 3ec6b40

Please sign in to comment.