Merge branch 'ESP32WebSockets' of gitlab.com:mrjones.id.au/bluetoothheater into ESP32WebSockets

This commit is contained in:
James 2018-11-25 13:29:10 +11:00
commit f77c24e21b
2 changed files with 2 additions and 24 deletions

19
.gitignore vendored
View file

@ -4,20 +4,5 @@
*.o
*.a
*.cache
.suo
ProjectSettings.json
VSWorkspaceState.json
.vsarduino.h
Compile.vmps.xml
Configuration.Release.vmps.xml
Upload.vmps.xml
slnx.sqlite
arduino.json
c_cpp_properties.json
settings.json
tasks.json
BTCDieselHeater.vcxproj
BTCDieselHeater.vcxproj.filters
BTCDieselHeater.vcxproj.user
.BTCDieselHeater.vsarduino.h
Configuration.Debug.vmps.xml
.vs
__vm

View file

@ -1,7 +0,0 @@
{
"board": "esp32:esp32:esp32",
"port": "192.168.0.45",
"sketch": "BTCDieselHeater.ino",
"output": "..\\build",
"configuration": "PSRAM=disabled,PartitionScheme=min_spiffs,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none"
}