Joe Kearney Joe
  • Joined on 2025-01-25
Joe pushed to new_SystemK at Software/2020TPC-SW 2026-02-21 22:05:24 +00:00
9af6f145f1 SystemK: Fix for "Configured" event not working.
Joe created branch new_SystemK in Software/2020TPC-SW 2026-02-21 22:05:24 +00:00
Joe pushed to new_SystemK at Software/2024A-SW 2026-02-21 21:54:55 +00:00
e3061bc443 SystemK bugfix.
Joe created branch new_SystemK in Software/2024A-SW 2026-02-21 21:54:55 +00:00
Joe commented on pull request Software/SystemK#13 2026-02-21 19:08:26 +00:00
Fix for #12: Transition from "Configuring" to "Ready" due to "Configured" event not possible

Since we split out the functionality of BLE_RememberPacket() from BLE_IsPacketNew(), we need to add it back in again everywhere it is needed.

Joe commented on pull request Software/SystemK#13 2026-02-21 19:08:26 +00:00
Fix for #12: Transition from "Configuring" to "Ready" due to "Configured" event not possible

🔑 This is the key: only remember packets that have been handled, so state-specific handlers can still call BLE_IsPacketNew() and get the correct answer.

Joe commented on pull request Software/SystemK#13 2026-02-21 19:08:26 +00:00
Fix for #12: Transition from "Configuring" to "Ready" due to "Configured" event not possible

This can now be done from the serial console for ESP32: see Software/2024A-SW#11.

Joe created pull request Software/SystemK#13 2026-02-21 18:59:03 +00:00
Fix for #12: Transition from "Configuring" to "Ready" due to "Configured" event not possible
Joe pushed to fix_issue_12 at Software/SystemK 2026-02-21 18:50:13 +00:00
866f484b00 Fix for "Configured" event not working.
Joe created branch fix_issue_12 in Software/SystemK 2026-02-21 18:50:13 +00:00
Joe opened issue Software/SystemK#12 2026-02-21 18:47:29 +00:00
Transition from "Configuring" to "Ready" due to "Configured" event not possible
Joe deleted branch update_libs from Software/2024A-SW 2026-02-07 22:30:39 +00:00
Joe pushed to main at Software/2024A-SW 2026-02-07 22:30:38 +00:00
89166c8a02 Updated libraries (button and audio player) (#16)
Joe merged pull request Software/2024A-SW#16 2026-02-07 22:30:38 +00:00
Updated libraries (button and audio player)
Joe created pull request Software/2024A-SW#16 2026-02-07 22:30:11 +00:00
Updated libraries (button and audio player)
Joe pushed to update_libs at Software/2024A-SW 2026-02-07 22:06:37 +00:00
58748fcef1 Updated dependencies.
Joe created branch update_libs in Software/2024A-SW 2026-02-07 22:06:37 +00:00
Joe deleted branch SYSTEMK_SETTING_DEVICE_TYPE from Software/2024A-SW 2026-02-07 12:55:59 +00:00
Joe pushed to main at Software/2024A-SW 2026-02-07 12:55:59 +00:00
d86c494d45 Added missing setting "SYSTEMK_SETTING_DEVICE_TYPE". (#15)
Joe merged pull request Software/2024A-SW#15 2026-02-07 12:55:57 +00:00
Added missing setting "SYSTEMK_SETTING_DEVICE_TYPE".