Merge branch 'master' into tft-gui-work

This commit is contained in:
Manuel 2024-07-10 08:48:55 +02:00 committed by GitHub
commit d04e5b8801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 19 additions and 23 deletions

View File

@ -3,8 +3,6 @@
#include <stdint.h>
#define HELTEC_VISION_MASTER_E290 true
static const uint8_t LED_BUILTIN = 35;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN

View File

@ -3,8 +3,6 @@
#include <stdint.h>
#define HELTEC_VISION_MASTER_T190 true
static const uint8_t LED_BUILTIN = 35;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN

View File

@ -4,7 +4,7 @@ board = heltec_wifi_lora_32_V3
build_flags =
${esp32s3_base.build_flags}
-Ivariants/heltec_vision_master_t190
-D PRIVATE_HW
-DHELTEC_VISION_MASTER_T190
; -D PRIVATE_HW
lib_deps =
${esp32s3_base.lib_deps}