Skip to content

0.0.5-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 22:43
· 1 commit to master since this release
74ce572

0.0.5-beta.2

  • Added support for board reboot requests, compatible with the WLED API ("rb": true)
  • Added a dedicated button in the settings menu to reboot the board
  • Fixed an issue where the reversed segment flag was not being restored after a restart

Also available in OTA (via testing channel).

Important

For HyperSerial (enable first in Hyperk) to work, make sure to select the Adalight driver in HyperHDR:

  • High speed serial AWA protocol with data integrity check
  • Correct baudrate and serial port
  • Esp8266/ESP32/RP2040/RP2350 handshake
  • Force HyperSerial detection

0.0.5-beta.1

Bug fixing:

  • After OTA update device doesnt reboot automatically (#50)
  • DOMRAEM relay should not be inverted (#49)
  • "No firmware for OTA" mesage for custom boards (#34)

0.0.5-alpha.2

  • Fixed an issue with incomplete LED rendering during SPI emulation, ensuring all LEDs display correctly (ESP32 family).
  • Resolved an application issue affecting Raspberry Pi Pico (RP2040 and RP2350) boards.

0.0.5-alpha.1

  • Add HyperSerial support
  • Add GUI option to disable Neopixel emulation over Spi (use I2S/RMT/Parlio instead)
  • Add I2S for ESP32
  • Migrate to etlcpp to reduce heap fragmentation
  • Add info (stats.html) about drivers are currently used
  • Memory usage optimization
  • Add RMT Sync Manager support for ESP32-S2/S3 for synchronized multi-channel RMT LED rendering
  • Add configurable Custom Color Order
  • Add reversed segments
  • Automatic reboot AP after 3min to reconnect if WiFi is configured and no AP clients connected
  • More flexible SPI GPIO selection
  • More precise Neopixel signal generated by SPI driver emulation
  • Fix Gledopto relay defalt settings
  • Update licences and move Hyperk core to Hyperk-Backend project
  • SPI APA102 rendering is now async
  • Improved Neopixel bitbang encoding speed
  • Improved power relay state change handling (power on/off)
  • Improved PARLIO performance on esp32-c5/c6
  • Add live source (Serial/Udp/Effect) in statistics
  • esp8266 can handle now 2000LEDs
  • Use WebServer instead of AsyncWebServer for esp32-s2 to preserve resources
  • esp32-s2 can handle now 2000LEDs
  • Create API for Hyperk effects

Other:

  • Added custom boards like Gledopto to Hyperk web installer