Skip to content

Commit

Permalink
don't use u8g2 2.31.1 due to olikraus/u8g2#1594
Browse files Browse the repository at this point in the history
  • Loading branch information
dl9rdz committed Sep 20, 2021
1 parent d366a3d commit 71c42c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install:
- arduino --pref "build.path=$PWD/build" --save-prefs
- arduino --install-boards esp32:esp32:1.0.6 --save-prefs
- ln -s $PWD/libraries/SondeLib /usr/local/share/arduino/libraries/SondeLib
- arduino --install-library "U8g2:2.28.8"
- arduino --install-library "U8g2:2.29.11"
- arduino --install-library "MicroNMEA"
- arduino --install-library "GFX Library for Arduino"
script:
Expand Down

0 comments on commit 71c42c9

Please sign in to comment.