Merge pull request #266 from dresco/panel

Add init for 3rd party control panel plugin
This commit is contained in:
Terje Io
2023-07-17 21:18:31 +02:00
committed by GitHub
+5
View File
@@ -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