Initial version of Lilygo T_2CAN board

This commit is contained in:
Matt Holmes 2025-08-01 08:55:25 +01:00
parent 50f4227266
commit 62486d9bf1
14 changed files with 213 additions and 877 deletions

View file

@ -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