Basic T-Deck support (#2630)

* add hwid for auto-detection

* fix: heltec-wireless-tracker USB serial

* T-Deck support

* trunk fmt

* set FRAMERATE to 1

* fix some defines

* trunk fmt

* corrected vendor link
This commit is contained in:
Manuel
2023-07-19 08:13:51 -05:00
committed by GitHub
co-authored by GitHub
parent 77efbb3f5d
commit 2486892e6d
13 changed files with 326 additions and 13 deletions
+2
View File
@@ -8,6 +8,8 @@
#ifdef SDCARD_USE_SPI1
SPIClass SPI1(HSPI);
#define SDHandler SPI1
#else
#define SDHandler SPI
#endif
#endif // HAS_SDCARD