Added BLE_StopAdvertising().

This commit is contained in:
Joe Kearney 2025-05-24 16:53:40 -05:00
parent cb72042691
commit 6382526391
4 changed files with 15 additions and 3 deletions

View file

@ -158,7 +158,7 @@ Weapon_t WeaponsByID[NUMBER_OF_WEAPONS] =
// The Dubuque Protocol
{
.ID = LASER_X_ID,
.ID = DUBUQUE_PROTOCOL_ID,
.Type = ENERGY,
.Protocol = DUBUQUE_PROTOCOL,
.Damage_Per_Shot = 1,