v0.9.351
- 
Added parameters for configuring LED_BUILTINon 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 theyoRadio/src/pluginsManager/pluginsManager.hfile and at here.
 Additional examples are provided in theexamples/pluginsfolder.
 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"