From 18d64bf5441a5873df9f2ed0b2256b01ddc080bd Mon Sep 17 00:00:00 2001 From: Manuel <71137295+mverch67@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:04:50 +0200 Subject: [PATCH] replace EVENT_CONTACT_FROM_PHONE (#10840) --- src/mesh/api/PacketAPI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/api/PacketAPI.cpp b/src/mesh/api/PacketAPI.cpp index f4d5de540..3f145bfe3 100644 --- a/src/mesh/api/PacketAPI.cpp +++ b/src/mesh/api/PacketAPI.cpp @@ -48,7 +48,7 @@ bool PacketAPI::receivePacket(void) isConnected = true; data_received = true; - powerFSM.trigger(EVENT_CONTACT_FROM_PHONE); + powerFSM.trigger(EVENT_INPUT); lastContactMsec = millis(); meshtastic_ToRadio *mr;