From 07cf46a07c68907fb49896f1cbb2ae5fb3cdb31e Mon Sep 17 00:00:00 2001 From: Jon Escombe Date: Sat, 11 Mar 2023 11:31:48 +0000 Subject: [PATCH] Add init for 3rd party control panel plugin --- plugins_init.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins_init.h b/plugins_init.h index da717b4..b0c506e 100644 --- a/plugins_init.h +++ b/plugins_init.h @@ -118,6 +118,11 @@ status_light_init(); #endif +#if PANEL_ENABLE + extern void panel_init (void); + panel_init(); +#endif + // End third party plugin definitions. #if ODOMETER_ENABLE