mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Initial version of Lilygo T_2CAN board
This commit is contained in:
parent
50f4227266
commit
62486d9bf1
14 changed files with 213 additions and 877 deletions
|
@ -891,6 +891,9 @@ String processor(const String& var) {
|
|||
#ifdef HW_LILYGO
|
||||
content += " Hardware: LilyGo T-CAN485";
|
||||
#endif // HW_LILYGO
|
||||
#ifdef HW_LILYGO2CAN
|
||||
content += " Hardware: LilyGo T_2CAN";
|
||||
#endif // HW_LILYGO2CAN
|
||||
#ifdef HW_STARK
|
||||
content += " Hardware: Stark CMR Module";
|
||||
#endif // HW_STARK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue