Merge t-echo display support (currently non-scaled)

This commit is contained in:
jacob.eva 2024-10-11 19:58:36 +01:00
parent 2be8fa407d
commit afce928149
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
51 changed files with 852 additions and 864 deletions

View file

@ -109,9 +109,9 @@ void setup() {
Serial.begin(serial_baudrate);
#if BOARD_MODEL != BOARD_RAK4631 && BOARD_MODEL != BOARD_T3S3
#if BOARD_MODEL != BOARD_RAK4631 && BOARD_MODEL != BOARD_T3S3 && BOARD_MODEL != BOARD_TECHO
// Some boards need to wait until the hardware UART is set up before booting
// the full firmware. In the case of the RAK4631, the line below will wait
// the full firmware. In the case of the RAK4631/TECHO, the line below will wait
// until a serial connection is actually established with a master. Thus, it
// is disabled on this platform.
while (!Serial);