Skip to content

Commit 58e868e

Browse files
committed
Use the library management to get the library now it is in Platform IO registry
1 parent 93edb82 commit 58e868e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install:
4949

5050
# Use dev version
5151
- pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
52-
- pio lib install https://github.com/jeremypoulter/ArduinoMongoose.git
52+
# - pio lib install https://github.com/jeremypoulter/ArduinoMongoose.git
5353

5454
# - platformio platform install espressif8266 --with-package tool-mkspiffs
5555
# - platformio platform install https://github.com/platformio/platform-espressif8266.git#feature/stage --with-package tool-mkspiffs

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ version = -DBUILD_TAG=3.0.0
3434
monitor_speed = 115200
3535
lib_deps =
3636
37-
ArduinoMongoose
37+
ArduinoMongoose@0.0.3
3838
extra_scripts = scripts/extra_script.py
3939
debug_flags =
4040
-DENABLE_DEBUG

0 commit comments

Comments
 (0)