Merge pull request #3860 from meshtastic/exclude-serial

exclude serial module for T-Echo, saves 3000 bytes
pull/3818/head^2
Thomas Göttgens 2024-05-11 11:57:28 +02:00 zatwierdzone przez GitHub
commit e28f869d35
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -206,6 +206,9 @@ External serial flash WP25R1635FZUIL0
// To debug via the segger JLINK console rather than the CDC-ACM serial device
// #define USE_SEGGER
// T-Echo does not have a free serial port for this module
#define MESHTASTIC_EXCLUDE_SERIAL 1
// Battery
// The battery sense is hooked to pin A0 (4)
// it is defined in the anlaolgue pin section of this file