Skip to content

v1.2.1 - WLED 0.16 target, ready-to-flash Dig-Next-2 package

Choose a tag to compare

@intermittech intermittech released this 08 Sep 06:48
· 1 commit to main since this release

Minor update: the reference build target moves to the stable WLED 0.16 branch. v1.2.0 was built and documented against the 17.0-dev nightlies, which was not the intention - the usermod code is unchanged and compiles on both, but the docs, examples and the prebuilt image now target 0.16.

New: ready-to-flash Dig-Next-2 package (attached below)

Dig-Next-2_WLED-16_PowerManager-v1.2.1.zip - WLED 0.16 (16.0.1-dev branch build) + PowerManager v1.2.1 with all Dig-Next-2 board defaults compiled in:

  • Flash-Dig-Next-2.bat - double-click: lists your serial ports, asks for the COM port, erases the board and writes the factory image with the bundled flasher. Nothing to install.
  • Flash-Dig-Next-2-esptool.bat - the same using esptool (needs Python 3 + pyserial).
  • WLED_..._Dig-Next-2.factory.bin (complete image for 0x0) and WLED_..._Dig-Next-2.bin (OTA update through WLED's Manual OTA Update page).
  • parts\ (bootloader / partitions / boot_app0 / app with offsets), README.txt, and NOTICE.txt listing the bundled components and their licenses (espflash: MIT/Apache-2.0; esptool: GPL-2.0-or-later, unmodified source included; ESP-IDF bootloader: Apache-2.0).

Erase before installing on a board that ran another build - stored settings would otherwise override the compiled pin map.

Install from source (unchanged)

[env:my_build]
extends = env:esp32dev
custom_usermods = https://github.com/intermittech/wled-usermod-powermanager.git

Full documentation in the wiki.