remove display_library env var

This commit is contained in:
cyberman54 2022-11-04 11:01:09 +01:00
parent a80ea4454e
commit d14f01ca39
2 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ lmicconfigfile = lmic_config.h
platform_espressif32 = espressif32@5.2.0
monitor_speed = 115200
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 =
mcci-catena/MCCI LoRaWAN LMIC library @ ^4.1.1
lib_deps_display =

View File

@ -1,7 +1,6 @@
// clang-format off
// upload_speed 115200
// board esp32dev
// display_library lib_deps_oled_display
#ifndef _GENERIC_H
#define _GENERIC_H