Skip to content

Commit

Permalink
esp8266
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt committed Jan 6, 2024
1 parent 8e8c0ca commit ff061f7
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 580 deletions.
6 changes: 4 additions & 2 deletions examples/customHTML/.vscode/arduino.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"board": "esp32:esp32:esp32s3",
"port": "COM3"
"board": "esp8266:esp8266:d1_mini",
"port": "COM16",
"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"
}
Loading

0 comments on commit ff061f7

Please sign in to comment.