platform: esp32: document some more chip ids

This commit is contained in:
Torrie Fischer 2024-12-13 00:57:51 +01:00
parent d7f312ffe4
commit 2f8b94ae61

View File

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