-
Added parameters for configuring
LED_BUILTIN
on ESP32S3 modules:USE_BUILTIN_LED
: Determines whether to use the built-inLED_BUILTIN
(default istrue
).LED_BUILTIN_S3
: Specifies a custom pin for the built-inLED_BUILTIN
. Used in combination withUSE_BUILTIN_LED = false
(default is255
).
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 theyoRadio/src/pluginsManager/pluginsManager.h
file and at here.
Additional examples are provided in theexamples/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"