Skip to content

Commit

Permalink
better initialization of class (no warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt committed Jan 12, 2024
1 parent 43f043d commit 4470bd7
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 139 deletions.
4 changes: 2 additions & 2 deletions examples/customHTML/.vscode/arduino.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"board": "esp8266:esp8266:d1_mini",
"board": "esp32:esp32:esp32s3",
"port": "COM11",
"sketch": "customHTML.ino",
"configuration": "xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,eesz=4M2M,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=921600"
"configuration": "JTAGAdapter=default,PSRAM=disabled,FlashMode=qio,FlashSize=4M,LoopCore=1,EventsCore=1,USBMode=hwcdc,CDCOnBoot=default,MSCOnBoot=default,DFUOnBoot=default,UploadMode=default,PartitionScheme=default,CPUFreq=240,UploadSpeed=921600,DebugLevel=none,EraseFlash=none"
}
Loading

0 comments on commit 4470bd7

Please sign in to comment.