fix mismatch between Exclude FSM include names (#7107)

This commit is contained in:
Jonathan Bennett
2025-06-22 18:48:16 -05:00
committed by GitHub
parent 247e05bb10
commit 0808f5215f
4 changed files with 4 additions and 4 deletions

View File

@@ -1137,7 +1137,7 @@ void AdminModule::handleGetDeviceConnectionStatus(const meshtastic_MeshPacket &r
#endif
#endif
conn.has_serial = true; // No serial-less devices
#if !EXCLUDE_POWER_FSM
#if !MESHTASTIC_EXCLUDE_POWER_FSM
conn.serial.is_connected = powerFSM.getState() == &stateSERIAL;
#else
conn.serial.is_connected = powerFSM.getState();