This commit is contained in:
2021-09-05 21:32:51 +02:00
commit 22c782a5bd
7 changed files with 2831 additions and 0 deletions

7
.vscode/arduino.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"configuration": "PSRAM=disabled,PartitionScheme=default,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none",
"board": "esp32:esp32:esp32",
"port": "COM10",
"sketch": "dnddice.ino",
"output": "build"
}