File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ inline uint8_t ShiftLeft(uint8_t b) {
4545void UIDStore_Init () {
4646 // The UID is derived from the RDM manufacturer ID & the MAC address.
4747 // The first 3 bytes of the MAC address is the Microchip OIDs, which are one
48- // of 00:1e:c0 , 00:04:A3 or D8:80:39. The bottom 3 bytes contain the unique
48+ // of 00:1E:C0 , 00:04:A3 or D8:80:39. The bottom 3 bytes contain the unique
4949 // serial number.
5050 //
5151 // To support more than one responder per device, we set the lower 4 bits of
5252 // the UID to 0 so we have 16 responders per device. These means the complete
5353 // UID takes the form:
5454 // MMMM:XAAAAAA0
55- // Where M is the PLASA manufacturer ID and A are the values from the MAC
56- // address. X is derived from the OID:
55+ // Where M is the PLASA manufacturer ID, X is derived from the OID and A is
56+ // the values from the MAC address. X is derived from the OID as follows :
5757 //
5858 // 00:1E:C0 -> 1
5959 // D8:80:39 -> 2
You can’t perform that action at this time.
0 commit comments