We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893e85d commit 35bd649Copy full SHA for 35bd649
task/host-sp-comms/src/bsp/cosmo_a.rs
@@ -111,14 +111,14 @@ impl ServerImpl {
111
4..=13 => {
112
let (designator, f): ([u8; 4], _) =
113
Self::get_sharkfin_vpd(index as usize - 4);
114
- let mut name = *b"____/U7/ID";
+ let mut name = *b"____/U2/ID";
115
name[0..4].copy_from_slice(&designator);
116
self.read_eeprom_barcode(sequence, &name, f)
117
}
118
14..=23 => {
119
120
Self::get_sharkfin_vpd(index as usize - 14);
121
- let mut name = *b"____/U7";
+ let mut name = *b"____/U2";
122
123
let mut data = InventoryData::At24csw08xSerial([0u8; 16]);
124
self.read_at24csw080_id(sequence, &name, f, &mut data)
0 commit comments