Skip to content

Commit 581922a

Browse files
authored
Merge branch 'master' into crowpanel
2 parents 5defd35 + ea94856 commit 581922a

File tree

33 files changed

+55
-57
lines changed

33 files changed

+55
-57
lines changed

arch/esp32/esp32.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ lib_deps =
4545
${networking_base.lib_deps}
4646
${environmental_base.lib_deps}
4747
${radiolib_base.lib_deps}
48-
https://github.com/meshtastic/esp32_https_server.git#23665b3adc080a311dcbb586ed5941b5f94d6ea2
48+
https://github.com/meshtastic/esp32_https_server/archive/23665b3adc080a311dcbb586ed5941b5f94d6ea2.zip
4949
h2zero/NimBLE-Arduino@^1.4.3
50-
https://github.com/dbinfrago/libpax.git#3cdc0371c375676a97967547f4065607d4c53fd1
50+
https://github.com/dbinfrago/libpax/archive/3cdc0371c375676a97967547f4065607d4c53fd1.zip
5151
lewisxhe/XPowersLib@^0.2.7
52-
https://github.com/meshtastic/ESP32_Codec2.git#633326c78ac251c059ab3a8c430fcdf25b41672f
52+
https://github.com/meshtastic/ESP32_Codec2/archive/633326c78ac251c059ab3a8c430fcdf25b41672f.zip
5353
rweather/Crypto@^0.4.0
5454

5555
lib_ignore =

arch/esp32/esp32c6.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[esp32c6_base]
22
extends = esp32_base
3-
platform = https://github.com/Jason2866/platform-espressif32.git#22faa566df8c789000f8136cd8d0aca49617af55
3+
platform = https://github.com/Jason2866/platform-espressif32/archive/22faa566df8c789000f8136cd8d0aca49617af55.zip
44
build_flags =
55
${arduino_base.build_flags}
66
-Wall
@@ -25,7 +25,7 @@ lib_deps =
2525
${environmental_base.lib_deps}
2626
${radiolib_base.lib_deps}
2727
lewisxhe/XPowersLib@^0.2.7
28-
https://github.com/meshtastic/ESP32_Codec2.git#633326c78ac251c059ab3a8c430fcdf25b41672f
28+
https://github.com/meshtastic/ESP32_Codec2/archive/633326c78ac251c059ab3a8c430fcdf25b41672f.zip
2929
rweather/Crypto@^0.4.0
3030

3131
build_src_filter =

arch/nrf52/nrf52.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform = platformio/nordicnrf52@^10.7.0
44
extends = arduino_base
55
platform_packages =
66
; our custom Git version until they merge our PR
7-
platformio/framework-arduinoadafruitnrf52 @ https://github.com/meshtastic/Adafruit_nRF52_Arduino.git#e13f5820002a4fb2a5e6754b42ace185277e5adf
7+
platformio/framework-arduinoadafruitnrf52 @ https://github.com/meshtastic/Adafruit_nRF52_Arduino#e13f5820002a4fb2a5e6754b42ace185277e5adf
88
platformio/toolchain-gccarmnoneeabi@~1.90301.0
99

1010
build_type = debug

arch/nrf52/nrf52840.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build_flags = ${nrf52_base.build_flags}
66
lib_deps =
77
${nrf52_base.lib_deps}
88
${environmental_base.lib_deps}
9-
https://github.com/Kongduino/Adafruit_nRFCrypto.git#e31a8825ea3300b163a0a3c1ddd5de34e10e1371
9+
https://github.com/Kongduino/Adafruit_nRFCrypto/archive/e31a8825ea3300b163a0a3c1ddd5de34e10e1371.zip
1010

1111
; Common NRF52 debugging settings follow. See the Meshtastic developer docs for how to connect SWD debugging probes to your board.
1212

arch/portduino/portduino.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; The Portduino based 'native' environment. Currently supported on Linux targets with real LoRa hardware (or simulated).
22
[portduino_base]
3-
platform = https://github.com/meshtastic/platform-native.git#c5bd469ab9b5a6966321e09557b27d906961da63
3+
platform = https://github.com/meshtastic/platform-native/archive/c5bd469ab9b5a6966321e09557b27d906961da63.zip
44
framework = arduino
55

66
build_src_filter =
@@ -26,7 +26,7 @@ lib_deps =
2626
${radiolib_base.lib_deps}
2727
rweather/Crypto@^0.4.0
2828
lovyan03/LovyanGFX@^1.2.0
29-
https://github.com/pine64/libch341-spi-userspace#a9b17e3452f7fb747000d9b4ad4409155b39f6ef
29+
https://github.com/pine64/libch341-spi-userspace/archive/a9b17e3452f7fb747000d9b4ad4409155b39f6ef.zip
3030

3131
build_flags =
3232
${arduino_base.build_flags}

arch/rp2xx0/rp2040.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; Common settings for rp2040 Processor based targets
22
[rp2040_base]
3-
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#76ecf3c7e9dd4503af0331154c4ca1cddc4b03e5 ; For arduino-pico >= 4.4.3
3+
platform = https://github.com/maxgerhardt/platform-raspberrypi#76ecf3c7e9dd4503af0331154c4ca1cddc4b03e5 ; For arduino-pico >= 4.4.3
44
extends = arduino_base
5-
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#4.4.3
5+
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico#4.4.3
66

77
board_build.core = earlephilhower
88
board_build.filesystem_size = 0.5m

arch/rp2xx0/rp2350.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; Common settings for rp2040 Processor based targets
22
[rp2350_base]
3-
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#76ecf3c7e9dd4503af0331154c4ca1cddc4b03e5 ; For arduino-pico >= 4.4.3
3+
platform = https://github.com/maxgerhardt/platform-raspberrypi#76ecf3c7e9dd4503af0331154c4ca1cddc4b03e5 ; For arduino-pico >= 4.4.3
44
extends = arduino_base
5-
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#4.4.3
5+
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico#4.4.3
66

77
board_build.core = earlephilhower
88
board_build.filesystem_size = 0.5m

arch/stm32/stm32.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[stm32_base]
22
extends = arduino_base
33
platform = ststm32
4-
platform_packages = platformio/framework-arduinoststm32@https://github.com/stm32duino/Arduino_Core_STM32.git#2.9.0
4+
platform_packages = platformio/framework-arduinoststm32@https://github.com/stm32duino/Arduino_Core_STM32/archive/2.10.1.zip
55
extra_scripts =
66
${env.extra_scripts}
77
post:extra_scripts/extra_stm32.py
@@ -35,7 +35,7 @@ debug_tool = stlink
3535
lib_deps =
3636
${env.lib_deps}
3737
${radiolib_base.lib_deps}
38-
https://github.com/caveman99/Crypto.git#eae9c768054118a9399690f8af202853d1ae8516
38+
https://github.com/caveman99/Crypto/archive/eae9c768054118a9399690f8af202853d1ae8516.zip
3939

4040
lib_ignore =
4141

platformio.ini

+9-9
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ build_flags = -Wno-missing-field-initializers
5656
monitor_speed = 115200
5757
monitor_filters = direct
5858
lib_deps =
59-
https://github.com/meshtastic/esp8266-oled-ssd1306.git#e16cee124fe26490cb14880c679321ad8ac89c95
59+
https://github.com/meshtastic/esp8266-oled-ssd1306/archive/e16cee124fe26490cb14880c679321ad8ac89c95.zip
6060
61-
https://github.com/meshtastic/arduino-fsm.git#7db3702bf0cfe97b783d6c72595e3f38e0b19159
62-
https://github.com/meshtastic/TinyGPSPlus.git#71a82db35f3b973440044c476d4bcdc673b104f4
63-
https://github.com/meshtastic/ArduinoThread.git#7c3ee9e1951551b949763b1f5280f8db1fa4068d
61+
https://github.com/meshtastic/arduino-fsm/archive/7db3702bf0cfe97b783d6c72595e3f38e0b19159.zip
62+
https://github.com/meshtastic/TinyGPSPlus/archive/71a82db35f3b973440044c476d4bcdc673b104f4.zip
63+
https://github.com/meshtastic/ArduinoThread/archive/7c3ee9e1951551b949763b1f5280f8db1fa4068d.zip
6464
6565
6666

@@ -94,7 +94,7 @@ lib_deps =
9494

9595
[device-ui_base]
9696
lib_deps =
97-
https://github.com/meshtastic/device-ui.git#b1e862e8b2a604a8d911e9d7a27f6e80f1176c21
97+
https://github.com/meshtastic/device-ui/archive/b1e862e8b2a604a8d911e9d7a27f6e80f1176c21.zip
9898

9999
; Common libs for environmental measurements in telemetry module
100100
; (not included in native / portduino)
@@ -127,13 +127,13 @@ lib_deps =
127127
ClosedCube [email protected]
128128
emotibit/EmotiBit [email protected]
129129
adafruit/Adafruit MLX90614 [email protected]
130-
https://github.com/boschsensortec/Bosch-BSEC2-Library#v1.7.2502
130+
https://github.com/boschsensortec/Bosch-BSEC2-Library/archive/v1.7.2502.zip
131131
boschsensortec/BME68x Sensor [email protected]
132-
https://github.com/KodinLanewave/INA3221@1.0.1
132+
https://github.com/KodinLanewave/INA3221/archive/1.0.1.zip
133133
134134
135-
https://github.com/meshtastic/DFRobot_LarkWeatherStation#4de3a9cadef0f6a5220a8a906cf9775b02b0040d
136-
https://github.com/DFRobot/DFRobot_RainfallSensor#38fea5e02b40a5430be6dab39a99a6f6347d667e
135+
https://github.com/meshtastic/DFRobot_LarkWeatherStation/archive/4de3a9cadef0f6a5220a8a906cf9775b02b0040d.zip
136+
https://github.com/DFRobot/DFRobot_RainfallSensor/archive/38fea5e02b40a5430be6dab39a99a6f6347d667e.zip
137137
robtillaart/[email protected]
138138

139139
; Health Sensor Libraries

variants/CDEBYTE_E77-MBL/platformio.ini

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[env:CDEBYTE_E77-MBL]
22
extends = stm32_base
3-
; `ebyte_e77_dev` was added in this commit. Remove when a new release is used in the base.
4-
platform = https://github.com/platformio/platform-ststm32.git#3208828db447f4373cd303b7f7393c8fc0dae623
53
board = ebyte_e77_dev
64
board_upload.maximum_size = 233472 ; reserve the last 28KB for filesystem
75
board_level = extra

variants/MakePython_nRF52840_eink/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build_flags = ${nrf52840_base.build_flags} -Ivariants/MakePython_nRF52840_eink -
1111
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/MakePython_nRF52840_eink>
1212
lib_deps =
1313
${nrf52840_base.lib_deps}
14-
https://github.com/meshtastic/ESP32_Codec2.git#633326c78ac251c059ab3a8c430fcdf25b41672f
14+
https://github.com/meshtastic/ESP32_Codec2/archive/633326c78ac251c059ab3a8c430fcdf25b41672f.zip
1515
zinggjm/GxEPD2@^1.6.2
1616
debug_tool = jlink
1717
;upload_port = /dev/ttyACM4

variants/MakePython_nRF52840_oled/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ build_flags = ${nrf52840_base.build_flags} -Ivariants/MakePython_nRF52840_oled -
77
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/MakePython_nRF52840_oled>
88
lib_deps =
99
${nrf52840_base.lib_deps}
10-
https://github.com/meshtastic/ESP32_Codec2.git#633326c78ac251c059ab3a8c430fcdf25b41672f
10+
https://github.com/meshtastic/ESP32_Codec2/archive/633326c78ac251c059ab3a8c430fcdf25b41672f.zip
1111
debug_tool = jlink

variants/crowpanel-esp32s3-5-epaper/platformio.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build_flags =
2424
;-DEINK_LIMIT_RATE_RESPONSIVE_SEC=1
2525
lib_deps =
2626
${esp32s3_base.lib_deps}
27-
https://github.com/meshtastic/GxEPD2
27+
https://github.com/meshtastic/GxEPD2/archive/33db3fa8ee6fc47d160bdb44f8f127c9a9203a10.zip
2828

2929
[env:crowpanel-esp32s3-4-epaper]
3030
extends = esp32s3_base
@@ -52,7 +52,7 @@ build_flags =
5252
;-DEINK_LIMIT_RATE_RESPONSIVE_SEC=1
5353
lib_deps =
5454
${esp32s3_base.lib_deps}
55-
https://github.com/meshtastic/GxEPD2
55+
https://github.com/meshtastic/GxEPD2/archive/33db3fa8ee6fc47d160bdb44f8f127c9a9203a10.zip
5656

5757
[env:crowpanel-esp32s3-2-epaper]
5858
extends = esp32s3_base
@@ -80,4 +80,4 @@ build_flags =
8080
;-DEINK_LIMIT_RATE_RESPONSIVE_SEC=1
8181
lib_deps =
8282
${esp32s3_base.lib_deps}
83-
https://github.com/meshtastic/GxEPD2
83+
https://github.com/meshtastic/GxEPD2/archive/33db3fa8ee6fc47d160bdb44f8f127c9a9203a10.zip

variants/heltec_mesh_node_t114/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ build_src_filter = ${nrf52_base.build_src_filter} +<../variants/heltec_mesh_node
1414
lib_deps =
1515
${nrf52840_base.lib_deps}
1616
lewisxhe/PCF8563_Library@^1.0.1
17-
https://github.com/meshtastic/st7789#bd33ea58ddfe4a5e4a66d53300ccbd38d66ac21f
17+
https://github.com/meshtastic/st7789/archive/bd33ea58ddfe4a5e4a66d53300ccbd38d66ac21f.zip

variants/heltec_vision_master_e213/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build_flags =
1616
-DEINK_HASQUIRK_GHOSTING ; Display model is identified as "prone to ghosting"
1717
lib_deps =
1818
${esp32s3_base.lib_deps}
19-
https://github.com/meshtastic/GxEPD2#b202ebfec6a4821e098cf7a625ba0f6f2400292d
19+
https://github.com/meshtastic/GxEPD2/archive/b202ebfec6a4821e098cf7a625ba0f6f2400292d.zip
2020
lewisxhe/PCF8563_Library@^1.0.1
2121
upload_speed = 115200
2222

variants/heltec_vision_master_e290/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build_flags =
2020

2121
lib_deps =
2222
${esp32s3_base.lib_deps}
23-
https://github.com/meshtastic/GxEPD2#448c8538129fde3d02a7cb5e6fc81971ad92547f
23+
https://github.com/meshtastic/GxEPD2/archive/448c8538129fde3d02a7cb5e6fc81971ad92547f.zip
2424
lewisxhe/PCF8563_Library@^1.0.1
2525
upload_speed = 115200
2626

variants/heltec_vision_master_t190/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ build_flags =
99
lib_deps =
1010
${esp32s3_base.lib_deps}
1111
lewisxhe/PCF8563_Library@^1.0.1
12-
https://github.com/meshtastic/st7789#bd33ea58ddfe4a5e4a66d53300ccbd38d66ac21f
12+
https://github.com/meshtastic/st7789/archive/bd33ea58ddfe4a5e4a66d53300ccbd38d66ac21f.zip
1313
upload_speed = 921600

variants/heltec_wireless_paper/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build_flags =
1717
-D EINK_HASQUIRK_GHOSTING ; Display model is identified as "prone to ghosting"
1818
lib_deps =
1919
${esp32s3_base.lib_deps}
20-
https://github.com/meshtastic/GxEPD2#b202ebfec6a4821e098cf7a625ba0f6f2400292d
20+
https://github.com/meshtastic/GxEPD2/archive/b202ebfec6a4821e098cf7a625ba0f6f2400292d.zip
2121
lewisxhe/PCF8563_Library@^1.0.1
2222
upload_speed = 115200
2323

variants/heltec_wireless_paper_v1/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ build_flags =
1515
-D EINK_LIMIT_GHOSTING_PX=2000 ; (Optional) How much image ghosting is tolerated
1616
lib_deps =
1717
${esp32s3_base.lib_deps}
18-
https://github.com/meshtastic/GxEPD2#55f618961db45a23eff0233546430f1e5a80f63a
18+
https://github.com/meshtastic/GxEPD2/archive/55f618961db45a23eff0233546430f1e5a80f63a.zip
1919
lewisxhe/PCF8563_Library@^1.0.1
2020
upload_speed = 115200

variants/meshlink/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build_flags = ${nrf52840_base.build_flags} -I variants/meshlink -D MESHLINK
2323
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/meshlink>
2424
lib_deps =
2525
${nrf52840_base.lib_deps}
26-
https://github.com/meshtastic/GxEPD2#55f618961db45a23eff0233546430f1e5a80f63a
26+
https://github.com/meshtastic/GxEPD2/archive/55f618961db45a23eff0233546430f1e5a80f63a.zip
2727
debug_tool = jlink
2828
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
2929
; Note: as of 6/2013 the serial/bootloader based programming takes approximately 30 seconds

variants/meshlink_eink/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build_flags = ${nrf52840_base.build_flags} -I variants/meshlink_eink -D MESHLINK
2323
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/meshlink_eink>
2424
lib_deps =
2525
${nrf52840_base.lib_deps}
26-
https://github.com/meshtastic/GxEPD2#55f618961db45a23eff0233546430f1e5a80f63a
26+
https://github.com/meshtastic/GxEPD2/archive/55f618961db45a23eff0233546430f1e5a80f63a.zip
2727
debug_tool = jlink
2828
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
2929
; Note: as of 6/2013 the serial/bootloader based programming takes approximately 30 seconds

variants/monteops_hw1/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build_src_filter = ${nrf52_base.build_src_filter} +<../variants/monteops_hw1> +<
99
lib_deps =
1010
${nrf52840_base.lib_deps}
1111
${networking_base.lib_deps}
12-
https://github.com/RAKWireless/RAK13800-W5100S.git#1.0.2
12+
https://github.com/RAKWireless/RAK13800-W5100S/archive/1.0.2.zip
1313
debug_tool = jlink
1414
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
1515
;upload_protocol = jlink

variants/radiomaster_900_bandit/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ board_build.f_cpu = 240000000L
1313
upload_protocol = esptool
1414
lib_deps =
1515
${esp32_base.lib_deps}
16-
https://github.com/gjelsoe/STK8xxx-Accelerometer.git#v0.1.1
16+
https://github.com/gjelsoe/STK8xxx-Accelerometer/archive/v0.1.1.zip

variants/rak11310/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ lib_deps =
1515
${rp2040_base.lib_deps}
1616
${networking_base.lib_deps}
1717
melopero/Melopero RV3028@^1.1.0
18-
https://github.com/RAKWireless/RAK13800-W5100S.git#1.0.2
18+
https://github.com/RAKWireless/RAK13800-W5100S/archive/1.0.2.zip
1919
debug_build_flags = ${rp2040_base.build_flags}, -g
2020
debug_tool = cmsis-dap ; for e.g. Picotool

variants/rak2560/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lib_deps =
1515
${nrf52840_base.lib_deps}
1616
${networking_base.lib_deps}
1717
melopero/Melopero RV3028@^1.1.0
18-
https://github.com/beegee-tokyo/RAK-OneWireSerial.git#0.0.2
18+
https://github.com/beegee-tokyo/RAK-OneWireSerial/archive/0.0.2.zip
1919
debug_tool = jlink
2020
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
2121
;upload_protocol = jlink

variants/rak4631/platformio.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ lib_deps =
1717
${nrf52840_base.lib_deps}
1818
${networking_base.lib_deps}
1919
melopero/Melopero RV3028@^1.1.0
20-
https://github.com/RAKWireless/RAK13800-W5100S.git#1.0.2
20+
https://github.com/RAKWireless/RAK13800-W5100S/archive/1.0.2.zip
2121
rakwireless/RAKwireless NCP5623 RGB LED library@^1.0.2
22-
https://github.com/RAKWireless/RAK12034-BMX160.git#dcead07ffa267d3c906e9ca4a1330ab989e957e2
22+
https://github.com/RAKWireless/RAK12034-BMX160/archive/dcead07ffa267d3c906e9ca4a1330ab989e957e2.zip
2323

2424
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
2525
; Note: as of 6/2013 the serial/bootloader based programming takes approximately 30 seconds
@@ -41,7 +41,7 @@ build_flags =
4141

4242
lib_deps =
4343
${env:rak4631.lib_deps}
44-
https://github.com/geeksville/Armduino-Semihosting.git#35b538fdf208c3530c1434cd099a08e486672ee4
44+
https://github.com/geeksville/Armduino-Semihosting/archive/35b538fdf208c3530c1434cd099a08e486672ee4.zip
4545

4646
; NOTE: the pyocd support for semihosting is buggy. So I switched to using the builtin platformio support for the stlink adapter which worked much better.
4747
; However the built in openocd version in platformio has buggy support for TCP to semihosting.

variants/rak4631_eth_gw/platformio.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ lib_deps =
2727
${nrf52840_base.lib_deps}
2828
${networking_base.lib_deps}
2929
melopero/Melopero RV3028@^1.1.0
30-
https://github.com/RAKWireless/RAK13800-W5100S.git#1.0.2
30+
https://github.com/RAKWireless/RAK13800-W5100S/archive/1.0.2.zip
3131
rakwireless/RAKwireless NCP5623 RGB LED library@^1.0.2
32-
https://github.com/meshtastic/RAK12034-BMX160.git#4821355fb10390ba8557dc43ca29a023bcfbb9d9
32+
https://github.com/meshtastic/RAK12034-BMX160/archive/4821355fb10390ba8557dc43ca29a023bcfbb9d9.zip
3333
bblanchon/ArduinoJson @ 6.21.4
3434
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
3535
; Note: as of 6/2013 the serial/bootloader based programming takes approximately 30 seconds
@@ -51,7 +51,7 @@ build_flags =
5151

5252
lib_deps =
5353
${env:rak4631_eth_gw.lib_deps}
54-
https://github.com/geeksville/Armduino-Semihosting.git#35b538fdf208c3530c1434cd099a08e486672ee4
54+
https://github.com/geeksville/Armduino-Semihosting/archive/35b538fdf208c3530c1434cd099a08e486672ee4.zip
5555

5656
; NOTE: the pyocd support for semihosting is buggy. So I switched to using the builtin platformio support for the stlink adapter which worked much better.
5757
; However the built in openocd version in platformio has buggy support for TCP to semihosting.

variants/rak_wismeshtap/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lib_deps =
1818
${nrf52840_base.lib_deps}
1919
${networking_base.lib_deps}
2020
melopero/Melopero RV3028@^1.1.0
21-
https://github.com/RAKWireless/RAK13800-W5100S.git#1.0.2
21+
https://github.com/RAKWireless/RAK13800-W5100S/archive/1.0.2.zip
2222
rakwireless/RAKwireless NCP5623 RGB LED library@^1.0.2
2323
bodmer/TFT_eSPI
2424
beegee-tokyo/RAKwireless RAK12034@^1.0.0

variants/seeed-sensecap-indicator/platformio.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[env:seeed-sensecap-indicator]
33
extends = esp32s3_base
44
platform_packages =
5-
platformio/framework-arduinoespressif32 @ https://github.com/mverch67/arduino-esp32.git#aef7fef6de3329ed6f75512d46d63bba12b09bb5 ; add_tca9535 (based on 2.0.16)
5+
platformio/framework-arduinoespressif32 @ https://github.com/mverch67/arduino-esp32/archive/aef7fef6de3329ed6f75512d46d63bba12b09bb5.zip ; add_tca9535 (based on 2.0.16)
66

77
board = seeed-sensecap-indicator
88
board_check = true
@@ -24,7 +24,7 @@ build_flags = ${esp32_base.build_flags}
2424
-DUSE_ARDUINO_HAL_GPIO
2525

2626
lib_deps = ${esp32s3_base.lib_deps}
27-
https://github.com/mverch67/LovyanGFX#4c76238c1344162a234ae917b27651af146d6fb2
27+
https://github.com/mverch67/LovyanGFX/archive/4c76238c1344162a234ae917b27651af146d6fb2.zip
2828
earlephilhower/ESP8266Audio@^1.9.9
2929
earlephilhower/ESP8266SAM@^1.0.1
3030

@@ -70,4 +70,4 @@ build_flags =
7070
lib_deps =
7171
${env:seeed-sensecap-indicator.lib_deps}
7272
${device-ui_base.lib_deps}
73-
https://github.com/mverch67/bb_captouch.git#8626412fe650d808a267791c0eae6e5860c85a5d ; alternative touch library supporting FT6x36
73+
https://github.com/mverch67/bb_captouch/archive/8626412fe650d808a267791c0eae6e5860c85a5d.zip ; alternative touch library supporting FT6x36

variants/t-echo/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build_flags = ${nrf52840_base.build_flags} -Ivariants/t-echo
2020
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/t-echo>
2121
lib_deps =
2222
${nrf52840_base.lib_deps}
23-
https://github.com/meshtastic/GxEPD2#55f618961db45a23eff0233546430f1e5a80f63a
23+
https://github.com/meshtastic/GxEPD2/archive/55f618961db45a23eff0233546430f1e5a80f63a.zip
2424
lewisxhe/PCF8563_Library@^1.0.1
2525
;upload_protocol = fs
2626

variants/t-eth-elite/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ lib_ignore =
1414

1515
lib_deps =
1616
${esp32s3_base.lib_deps}
17-
https://github.com/meshtastic/ETHClass2#v1.0.0
17+
https://github.com/meshtastic/ETHClass2/archive/v1.0.0.zip

variants/tlora_t3s3_epaper/platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ build_flags =
1515

1616
lib_deps =
1717
${esp32s3_base.lib_deps}
18-
https://github.com/meshtastic/GxEPD2#b202ebfec6a4821e098cf7a625ba0f6f2400292d
18+
https://github.com/meshtastic/GxEPD2/archive/b202ebfec6a4821e098cf7a625ba0f6f2400292d.zip

0 commit comments

Comments
 (0)