Skip to content

Commit

Permalink
Fix git tag specification in pio lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Nov 17, 2024
1 parent 3ea5980 commit 5e7e3eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**V1.13.10 - Updates**
- Fixed dependency specification for git tags

**V1.13.9 - Updates**
- Added guide logging support.
- Fixed some Meade documentation errors.
Expand Down
2 changes: 1 addition & 1 deletion Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// Also, numbers are interpreted as simple numbers. _ __ _
// So 1.8 is actually 1.08, meaning that 1.12 is a later version than 1.8. \_(..)_/

#define VERSION "V1.13.9"
#define VERSION "V1.13.10"
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lib_deps =
arduino-libraries/LiquidCrystal @ ^1.0.7
lincomatic/LiquidTWI2@^1.2.7
olikraus/U8g2@^2.28.8
https://github.com/ClutchplateDude/esp8266-oled-ssd1306@4.6.0
https://github.com/ClutchplateDude/esp8266-oled-ssd1306#4.6.0

[env]
extra_scripts =
Expand Down Expand Up @@ -95,7 +95,7 @@ debug_build_flags =
lib_deps =
${common.lib_deps}
jdolinay/avr-debugger @ 1.2
https://github.com/andre-stefanov/avr-interrupt-stepper@0.0.4
https://github.com/andre-stefanov/avr-interrupt-stepper#0.0.4

[env:mksgenlv21]
extends = env:ramps
Expand Down

0 comments on commit 5e7e3eb

Please sign in to comment.