From 210501af9c1a7b5262849adb160dd49210af1dc3 Mon Sep 17 00:00:00 2001 From: Greg Cormier Date: Mon, 18 May 2026 09:24:16 -0400 Subject: [PATCH] Add two new plugins --- plugins_init.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins_init.h b/plugins_init.h index 17d0ad11..62406f00 100644 --- a/plugins_init.h +++ b/plugins_init.h @@ -253,6 +253,16 @@ keyway_init(); #endif +#if PNEUMASEAL_ENABLE + extern void pneumaseal_init (void); + pneumaseal_init(); +#endif + +#if THERMISTOR_ENABLE + extern void thermistor_init (void); + thermistor_init(); +#endif + // End third party plugin definitions. #if ODOMETER_ENABLE