Compare commits

..

1 Commits

Author SHA1 Message Date
Ben Meadors
61674de88b Revert "Add on-screen keyboard implementation on Trackball device. (#7625)"
This reverts commit fe3f14a63e.
2025-08-21 06:29:00 -05:00

View File

@@ -718,13 +718,6 @@ void AdminModule::handleSetConfig(const meshtastic_Config &c)
requiresReboot = false;
}
#if defined(ARCH_PORTDUINO)
// If running on portduino and using SimRadio, do not require reboot
if (SimRadio::instance) {
requiresReboot = false;
}
#endif
#ifdef RF95_FAN_EN
// Turn PA off if disabled by config
if (c.payload_variant.lora.pa_fan_disabled) {