mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
Fix macros
This commit is contained in:
parent
ba8d17b9c1
commit
e74d77dc44
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define HELTEC_VISION_MASTER_E290 true
|
|
||||||
|
|
||||||
static const uint8_t LED_BUILTIN = 35;
|
static const uint8_t LED_BUILTIN = 35;
|
||||||
#define BUILTIN_LED LED_BUILTIN // backward compatibility
|
#define BUILTIN_LED LED_BUILTIN // backward compatibility
|
||||||
#define LED_BUILTIN LED_BUILTIN
|
#define LED_BUILTIN LED_BUILTIN
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define HELTEC_VISION_MASTER_T190 true
|
|
||||||
|
|
||||||
static const uint8_t LED_BUILTIN = 35;
|
static const uint8_t LED_BUILTIN = 35;
|
||||||
#define BUILTIN_LED LED_BUILTIN // backward compatibility
|
#define BUILTIN_LED LED_BUILTIN // backward compatibility
|
||||||
#define LED_BUILTIN LED_BUILTIN
|
#define LED_BUILTIN LED_BUILTIN
|
||||||
|
@ -4,7 +4,7 @@ board = heltec_wifi_lora_32_V3
|
|||||||
build_flags =
|
build_flags =
|
||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-Ivariants/heltec_vision_master_t190
|
-Ivariants/heltec_vision_master_t190
|
||||||
-D PRIVATE_HW
|
-DHELTEC_VISION_MASTER_T190
|
||||||
; -D PRIVATE_HW
|
; -D PRIVATE_HW
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${esp32s3_base.lib_deps}
|
${esp32s3_base.lib_deps}
|
||||||
|
Loading…
Reference in New Issue
Block a user