Fix macros

This commit is contained in:
Ben Meadors 2024-07-09 15:11:11 -05:00
parent ba8d17b9c1
commit e74d77dc44
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}