a way to test harness patch cord
This commit is contained in:
parent
163512fb20
commit
131fa8736c
|
@ -41,6 +41,10 @@ board_id_t getBoardId() {
|
|||
// a way to test harness patch cord
|
||||
return STATIC_BOARD_ID_PLATINUM_SBC;
|
||||
}
|
||||
if (engineConfiguration->engineType == engine_type_e::GM_SBC_GEN5) {
|
||||
// a way to test harness patch cord
|
||||
return STATIC_BOARD_ID_8CHAN_E92;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if HW_HELLEN_UAEFI121
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c3b6d3d197e0c3a3f2231deca9896f81010d947f
|
||||
Subproject commit 3b06edd6fd6081d615268000d8922798529a0a96
|
Loading…
Reference in New Issue