mirror of https://github.com/arendst/Tasmota.git
vscode setup
This commit is contained in:
parent
739136cbed
commit
8da33ec466
|
@ -4,3 +4,4 @@
|
|||
.gcc-flags.json
|
||||
.vscode
|
||||
sonoff/user_config_override.h
|
||||
build
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"board": "esp8266:esp8266:generic",
|
||||
"configuration": "CpuFrequency=80,ResetMethod=ck,CrystalFreq=26,FlashFreq=40,FlashMode=dout,FlashSize=1M0,LwIPVariant=Prebuilt,Debug=Disabled,DebugLevel=None____,UploadSpeed=115200",
|
||||
"port": "/dev/ttyUSB0",
|
||||
"sketch": "sonoff/sonoff.ino",
|
||||
"output": "build"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"browse": {
|
||||
"limitSymbolsToIncludedHeaders": false,
|
||||
"path": [
|
||||
"/home/tortone/.arduino15/packages/esp8266/hardware",
|
||||
"${workspaceRoot}"
|
||||
]
|
||||
},
|
||||
"intelliSenseMode": "clang-x64"
|
||||
}
|
||||
],
|
||||
"version": 3
|
||||
}
|
Loading…
Reference in New Issue