From b356a66bd123a1378f64ff1cab06e59ad869231b Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 3 May 2026 19:53:05 +0200 Subject: Add way to send text --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 0f6af57..6d41820 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -82,7 +82,7 @@ void loop() } { - de::uvok::badge::ble_poll_result_t pollres = de::uvok::badge::ble_poll(); + de::uvok::badge::BlePollResult pollres = de::uvok::badge::ble_poll(); switch (pollres.action_type) { case de::uvok::badge::BleActionType::Template: { -- cgit v1.2.3