Skip to content

Commit 5a2e998

Browse files
committed
Fetch archives instead of cloning libraries
1 parent 3ffd7e3 commit 5a2e998

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

platformio.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ arduinolog = https://github.com/1technophile/Arduino-Log/archive/6d1f14a.zip
122122
picomqtt = PicoMQTT@1.1.1
123123
rc-switch = https://github.com/1technophile/rc-switch/archive/98537e9.zip
124124
newremoteswitch = https://github.com/1technophile/NewRemoteSwitch/archive/8eb980e.zip
125-
ble = https://github.com/h2zero/NimBLE-Arduino.git#2.3.2
126-
irremoteesp = https://github.com/theengs/IRremoteESP8266#arduinov3
125+
ble = https://github.com/h2zero/NimBLE-Arduino/archive/2.3.2.zip
126+
irremoteesp = https://github.com/theengs/IRremoteESP8266/archive/arduinov3.zip
127127
lora = https://github.com/sandeepmistry/arduino-LoRa/archive/f4a1d27.zip
128128
esppilight = https://github.com/theengs/ESPiLight/archive/b9dd7a1.zip
129129
rfWeatherStation = WeatherStationDataRx@0.3.1
@@ -134,11 +134,11 @@ dht = DHT sensor library@1.3.2
134134
unifiedsensor = Adafruit Unified Sensor@1.1.4
135135
tsl2561 = Adafruit TSL2561@1.0.3
136136
bme280 = SparkFun BME280@2.0.4
137-
bmp180 = BMP180#efac46bd8d
137+
bmp180 = https://github.com/xelarep/SFE_BMP180/archive/efac46b.zip
138138
htu21 = SparkFun HTU21D Humidity and Temperature Sensor Breakout@1.1.3
139139
ahtx0 = Adafruit AHTX0
140140
ina226 = https://github.com/jarzebski/Arduino-INA226/archive/968a684.zip
141-
a6lib = https://github.com/h2zero/A6lib
141+
a6lib = https://github.com/h2zero/A6lib/archive/fe873c9.zip
142142
wifimanager32 = https://github.com/h2zero/WiFiManager/archive/1ac24f4.zip
143143
wifimanager8266 = https://github.com/tzapu/WiFiManager/archive/2.0.5-beta.zip
144144
ethernet = Ethernet
@@ -149,16 +149,16 @@ adafruit_neopixel = adafruit/Adafruit NeoPixel@^1.11.0
149149
onewire = https://github.com/h2zero/OneWire/archive/GPIO-fix.zip
150150
dallastemperature = DallasTemperature
151151
m5stickc = M5StickC@0.2.5
152-
m5stickcp = https://github.com/m5stack/M5StickC-Plus.git#0.1.1
152+
m5stickcp = https://github.com/m5stack/M5StickC-Plus/archive/0.1.1.zip
153153
m5stack = M5Stack@0.4.6
154154
m5tough = https://github.com/m5stack/M5Tough/archive/ccf49e1.zip
155155
smartrc-cc1101-driver-lib = SmartRC-CC1101-Driver-Lib@2.5.7
156156
stl = https://github.com/mike-matera/ArduinoSTL/archive/7411816.zip
157-
shtc3 = https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library
157+
shtc3 = https://github.com/sparkfun/SparkFun_SHTC3_Arduino_Library/archive/671ef7e.zip
158158
somfy_remote=Somfy_Remote_Lib@0.3.0
159-
rtl_433_ESP = https://github.com/NorthernMan54/rtl_433_ESP.git#v0.4.0
159+
rtl_433_ESP = https://github.com/NorthernMan54/rtl_433_ESP/archive/v0.4.0.zip
160160
emodbus = miq19/eModbus@1.0.0
161-
gfSunInverter = https://github.com/BlackSmith/GFSunInverter.git#v1.0.1
161+
gfSunInverter = https://github.com/BlackSmith/GFSunInverter/archive/v1.0.1.zip
162162
decoder = https://github.com/theengs/decoder/archive/development.zip
163163
ssd1306 = https://github.com/ThingPulse/esp8266-oled-ssd1306/archive/f96fd6a.zip
164164
lm75 = jeremycole/I2C Temperature Sensors derived from the LM75@^1.0.3

0 commit comments

Comments
 (0)