diff --git a/plugins_init.h b/plugins_init.h index 6a94f48..48d3a11 100644 --- a/plugins_init.h +++ b/plugins_init.h @@ -121,6 +121,11 @@ status_light_init(); #endif +#if PANEL_ENABLE + extern void panel_init (void); + panel_init(); +#endif + // End third party plugin definitions. #if ODOMETER_ENABLE