Created
October 2, 2019 19:15
-
-
Save jbsulli/64b9083fbc0b7b46d096f4f33da18bad to your computer and use it in GitHub Desktop.
VSCode ESP32 configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"configurations": [ | |
{ | |
"name": "Win32", | |
"includePath": [ | |
"C:\\Users\\jb_su\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.4\\**", | |
"C:\\Users\\jb_su\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\**" | |
], | |
"forcedInclude": [ | |
"C:\\Users\\jb_su\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.4\\cores\\esp32\\Arduino.h" | |
], | |
"intelliSenseMode": "msvc-x64" | |
} | |
], | |
"version": 4 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment