Reworked BLE according to v0.11 of the KTag Beacon Specification (#2)
This was done to support the new KTag Konfigurator app, which Jack created for his Senior Design project. Co-authored-by: Joe Kearney <joe@clubk.club> Reviewed-on: #2
This commit is contained in:
parent
4fe072f2d3
commit
bfcdf4c354
26 changed files with 917 additions and 128 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue