Skip to content

Commit cf23d68

Browse files
committed
ledmatrix: Update default serialnum to BizLink
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent a1713eb commit cf23d68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ledmatrix/src/main.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ use fl16_inputmodules::serialnum::{device_release, get_serialnum};
135135

136136
// FRA - Framwork
137137
// KDE - C1 LED Matrix
138-
// AM - Atemitech
139-
// 00 - Default Configuration
138+
// BZ - BizLink
139+
// 01 - SKU, Default Configuration
140140
// 00000000 - Device Identifier
141-
const DEFAULT_SERIAL: &str = "FRAKDEAM0000000000";
141+
const DEFAULT_SERIAL: &str = "FRAKDEBZ0100000000";
142142

143143
#[entry]
144144
fn main() -> ! {

0 commit comments

Comments
 (0)