remove display_library env var
This commit is contained in:
parent
a80ea4454e
commit
d14f01ca39
@ -57,7 +57,6 @@ lmicconfigfile = lmic_config.h
|
|||||||
platform_espressif32 = espressif32@5.2.0
|
platform_espressif32 = espressif32@5.2.0
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
upload_speed = 115200 ; set by build.py and taken from hal file
|
upload_speed = 115200 ; set by build.py and taken from hal file
|
||||||
display_library = ; set by build.py and taken from hal file
|
|
||||||
lib_deps_lora =
|
lib_deps_lora =
|
||||||
mcci-catena/MCCI LoRaWAN LMIC library @ ^4.1.1
|
mcci-catena/MCCI LoRaWAN LMIC library @ ^4.1.1
|
||||||
lib_deps_display =
|
lib_deps_display =
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
// clang-format off
|
// clang-format off
|
||||||
// upload_speed 115200
|
// upload_speed 115200
|
||||||
// board esp32dev
|
// board esp32dev
|
||||||
// display_library lib_deps_oled_display
|
|
||||||
|
|
||||||
#ifndef _GENERIC_H
|
#ifndef _GENERIC_H
|
||||||
#define _GENERIC_H
|
#define _GENERIC_H
|
||||||
|
Loading…
Reference in New Issue
Block a user