diff --git a/platformio.ini b/platformio.ini index e7ecfb92..e9d5dc49 100644 --- a/platformio.ini +++ b/platformio.ini @@ -7,7 +7,7 @@ ; ---> SELECT THE TARGET PLATFORM HERE! <--- [board] -;halfile = generic.h +halfile = generic.h ;halfile = ebox.h ;halfile = eboxtube.h ;halfile = ecopower.h @@ -19,7 +19,7 @@ ;halfile = ttgov21new.h ;halfile = ttgofox.h ;halfile = ttgobeam.h -halfile = ttgobeam10.h +;halfile = ttgobeam10.h ;halfile = fipy.h ;halfile = lopy.h ;halfile = lopy4.h @@ -56,7 +56,7 @@ monitor_speed = 115200 upload_speed = 115200 lib_deps_lora = ;MCCI LoRaWAN LMIC library@>=3.1.0 ; MCCI LMIC by Terrill Moore - https://github.com/mcci-catena/arduino-lmic.git + https://github.com/mcci-catena/arduino-lmic.git#3ca90f3 lib_deps_display = ss_oled@>=3.2.0 ; simple and small OLED lib by Larry Bank BitBang_I2C@>=1.3.0 @@ -73,7 +73,7 @@ lib_deps_sensors = Adafruit BMP085 Library@>=1.0.1 lib_deps_basic = ArduinoJson@^5.13.1 - 76@>=1.2.3 ; #76 Timezone by Jack Christensen + 76@>=1.2.4 ; #76 Timezone by Jack Christensen 274@>=2.3.3 ; #274 RTC by Michael Miller SimpleButton AXP202X_Library@>=1.1.0 ; AXP202 PMU lib by Lewis He