The Dubuque Protocol is default again.

This commit is contained in:
Joe Kearney 2025-06-09 20:21:41 -05:00
parent bfcdf4c354
commit 62f35121fa

View file

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