Make the Dubuque Protocol the default. #3

Merged
Joe merged 2 commits from Make_KTag_Dubuque_Again into main 2025-06-11 01:05:32 +00:00
Showing only changes of commit 62f35121fa - Show all commits

View file

@ -110,8 +110,8 @@ static void Initializing_Exit(StateMachineContext_T * context)
Perform_Audio_Action(&audio_action); Perform_Audio_Action(&audio_action);
//! \todo Add a menu item to change the weapon. //! \todo Add a menu item to change the weapon.
KLOG_WARN(KLOG_TAG, "Weapon hardcoded to the Nerf Laser Strike Blaster!"); KLOG_WARN(KLOG_TAG, "Weapon hardcoded to the Dubuque Protocol!");
uint8_t weapon_ID = NERF_LASER_STRIKE_BLASTER_ID; uint8_t weapon_ID = DUBUQUE_PROTOCOL_ID;
(void) SETTINGS_set_uint8_t(SYSTEMK_SETTING_WEAPONID, weapon_ID); (void) SETTINGS_set_uint8_t(SYSTEMK_SETTING_WEAPONID, weapon_ID);
(void) SETTINGS_Save(); (void) SETTINGS_Save();
} }