Skip to content

v0.9.351

Latest
Compare
Choose a tag to compare
@e2002 e2002 released this 11 Dec 06:10
  • Added parameters for configuring LED_BUILTIN on ESP32S3 modules:

    • USE_BUILTIN_LED: Determines whether to use the built-in LED_BUILTIN (default is true).
    • LED_BUILTIN_S3: Specifies a custom pin for the built-in LED_BUILTIN. Used in combination with USE_BUILTIN_LED = false (default is 255).

    Note: For ESP32S3 boards, no changes are required by default; the onboard LED will work as expected.
    These settings were added to allow disabling the built-in LED or reassigning it to a custom pin.

  • New class for plugin management, enabling multiple plugins to be assigned to each function.
    More details can be found in the comments within the yoRadio/src/pluginsManager/pluginsManager.h file and at here.
    Additional examples are provided in the examples/plugins folder.
    Backward compatibility: The old method of adding plugins will remain functional for some time in future versions but will eventually be deprecated and removed.

  • fixed freezing when loading without plugins in some configurations "running dots"