diff --git a/src/platform/esp32.rs b/src/platform/esp32.rs index 9683f2d..f25e270 100644 --- a/src/platform/esp32.rs +++ b/src/platform/esp32.rs @@ -129,7 +129,7 @@ impl Board for Esp32Board { // But the implementation spawns a thread based on the core the driver was created in, // so we create the driver in another thread briefly. // Fun stuff. - let output = match chip_id { + let output = match chip_id { // panel test board [72, 202, 67, 89, 145, 204, 0, 0] => { StrideOutput::new( Pixbuf::new(), @@ -138,7 +138,7 @@ impl Board for Esp32Board { MAX_POWER_MW ) }, - [0x8C, 0xAA, 0xB5, 0x83, 0x5f, 0x74, 0x0, 0x0] => { + [0x8C, 0xAA, 0xB5, 0x83, 0x5f, 0x74, 0x0, 0x0] => { //ponderjar StrideOutput::new( Pixbuf::new(), StrideMapping::new_jar(),