Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/gettingstarted/installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For devices that already have MoonLight installed, go to [Update](#update-moonli

## Prepare an ESP32 device

Recommended plug-and-play device to get started with, up to 4096 LEDs: [QuinLED-dig2go](https://quinled.info/quinled-dig2go/)
Recommended plug-and-play device to get started with, up to 1024 LEDs @ 30FPS (one output) or 4096 LEDs over the network (Art-Net): [QuinLED-dig2go](https://quinled.info/quinled-dig2go/)

![Dig2Go](https://shop.allnetchina.cn/cdn/shop/products/Led_4.jpg?v=1680836018&width=1600){: style="width:250px"}

Expand Down
3 changes: 2 additions & 1 deletion firmware/esp32-d0.ini
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,5 @@ board = esp32-pico-devkitm-2 ; https://github.com/platformio/platform-espressif3
board_build.partitions = default_8MB.csv ; boards/ESP32_8MB.csv
build_flags = ${esp32-d0-base.build_flags}
-D HTTPD_STACK_SIZE=6144
lib_deps = ${esp32-d0-base.lib_deps}
lib_deps = ${esp32-d0-base.lib_deps}
; Core dump flash config is corrupted!