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.
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.
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.
Transition from "Configuring" to "Ready" due to "Configured" event not possible
Updated libraries (button and audio player)
Updated libraries (button and audio player)
Added missing setting "SYSTEMK_SETTING_DEVICE_TYPE".