Skip to content

Commit

Permalink
changes in my local vscode setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Circlebit committed Oct 20, 2018
1 parent 95bbbf4 commit 7983116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/arduino.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"board": "esp8266:esp8266:nodemcuv2",
"configuration": "CpuFrequency=80,VTable=flash,FlashSize=4M1M,LwIPVariant=v2mss536,Debug=Disabled,DebugLevel=None____,FlashErase=none,UploadSpeed=115200",
"port": "COM3",
"sketch": "AccessPoint\\AccessPoint.ino"

"sketch": "WebServer\\WebServer.ino"
}
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"C:\\Users\\Moshbit\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\**",
"C:\\Users\\Moshbit\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.4.2\\**",
"${workspaceFolder}/**",
"C:/Users/Moshbit/AppData/Local/Arduino15/packages/**"
"C:\\Users\\Moshbit\\AppData\\Local\\Arduino15\\packages\\**"
],
"defines": [
"_DEBUG",
Expand Down

0 comments on commit 7983116

Please sign in to comment.