Initial commit

This commit is contained in:
Robert Marshall 2018-07-27 22:49:10 +01:00
commit 1e257669de
4 changed files with 209 additions and 0 deletions

6
.vscode/arduino.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"port": "COM4",
"board": "esp8266:esp8266:d1_mini",
"configuration": "CpuFrequency=80,FlashSize=4M1M,LwIPVariant=v2mss536,Debug=Disabled,DebugLevel=None____,UploadSpeed=921600",
"sketch": "monitor.ino"
}