Skip to content

Commit 1d9ab75

Browse files
committed
Add Dependency for UBX
1 parent 68206b8 commit 1d9ab75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

platformio.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; PlatformIO Defaults
77
[platformio]
88
description = "Adafruit.IO WipperSnapper Firmware"
9-
default_envs = adafruit_feather_esp32s3_tft, adafruit_magtag29_esp32s2, adafruit_feather_esp32s3, featheresp32s2, adafruit_feather_esp32s2_reversetft, adafruit_metro_esp32s2, adafruit_qtpy_esp32s2, adafruit_feather_esp32s3_reversetft, adafruit_feather_esp32s3_nopsram, adafruit_feather_esp32s2_tft, adafruit_qtpy_esp32, adafruit_qtpy_esp32c3, featheresp32, adafruit_qtpy_esp32s3_nopsram, featheresp32v2, huzzah, adafruit_pyportal_m4, adafruit_pyportal_m4_titano
9+
default_envs = adafruit_feather_esp32s3_tft, adafruit_magtag29_esp32s2, adafruit_feather_esp32s3, featheresp32s2, adafruit_feather_esp32s2_reversetft, adafruit_metro_esp32s2, adafruit_qtpy_esp32s2, adafruit_feather_esp32s3_reversetft, adafruit_feather_esp32s3_nopsram, adafruit_feather_esp32s2_tft, adafruit_qtpy_esp32, adafruit_qtpy_esp32c3, featheresp32, adafruit_qtpy_esp32s3_nopsram, featheresp32v2, huzzah8266, adafruit_pyportal_m4, adafruit_pyportal_m4_titano
1010

1111

1212
; Common Build Environment
@@ -93,6 +93,7 @@ lib_deps =
9393
https://github.com/bblanchon/ArduinoStreamUtils.git
9494
https://github.com/Sensirion/arduino-i2c-scd4x.git
9595
adafruit/Adafruit GPS Library
96+
https://github.com/adafruit/Adafruit_uBlox.git
9697

9798
; Common build environment for ESP32 platform
9899
[common:esp32]
@@ -361,7 +362,7 @@ extra_scripts = pre:rename_usb_config.py
361362
; ESP8266 Boards
362363

363364
; Adafruit Feather HUZZAH ESP8266
364-
[env:huzzah]
365+
[env:huzzah8266]
365366
extends=common:esp8266
366367
board = huzzah
367368
build_flags = -DARDUINO_ESP8266_ADAFRUIT_HUZZAH

0 commit comments

Comments
 (0)