Skip to content

Commit

Permalink
Basic hardware support
Browse files Browse the repository at this point in the history
  • Loading branch information
DzikuVx committed Feb 12, 2019
1 parent 5b3e9b6 commit d9d2cf1
Show file tree
Hide file tree
Showing 12 changed files with 3,649 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/arduino.json
@@ -0,0 +1,7 @@
{
"sketch": "qmu_beacon_locator.ino",
"board": "espressif:esp32:esp32",
"configuration": "PSRAM=disabled,PartitionScheme=default,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none",
"output": "./../build",
"port": "COM14"
}
13 changes: 13 additions & 0 deletions .vscode/c_cpp_properties.json
@@ -0,0 +1,13 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"C:\\Users\\pspyc\\Documents\\Arduino\\hardware\\espressif\\esp32\\**"
],
"forcedInclude": [],
"intelliSenseMode": "msvc-x64"
}
],
"version": 4
}

0 comments on commit d9d2cf1

Please sign in to comment.