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 a1713eb commit cf23d68Copy full SHA for cf23d68
ledmatrix/src/main.rs
@@ -135,10 +135,10 @@ use fl16_inputmodules::serialnum::{device_release, get_serialnum};
135
136
// FRA - Framwork
137
// KDE - C1 LED Matrix
138
-// AM - Atemitech
139
-// 00 - Default Configuration
+// BZ - BizLink
+// 01 - SKU, Default Configuration
140
// 00000000 - Device Identifier
141
-const DEFAULT_SERIAL: &str = "FRAKDEAM0000000000";
+const DEFAULT_SERIAL: &str = "FRAKDEBZ0100000000";
142
143
#[entry]
144
fn main() -> ! {
0 commit comments