Skip to content

Commit

Permalink
Bump platformio to 5.2.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter authored Sep 13, 2021
1 parent c0f561d commit 3860b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN \
# Ubuntu python3-pip is missing wheel
pip3 install --no-cache-dir \
wheel==0.36.2 \
platformio==5.1.1 \
platformio==5.2.0 \
# Change some platformio settings
&& platformio settings set enable_telemetry No \
&& platformio settings set check_libraries_interval 1000000 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.hassio
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN \
# Ubuntu python3-pip is missing wheel
pip3 install --no-cache-dir \
wheel==0.36.2 \
platformio==5.1.1 \
platformio==5.2.0 \
# Change some platformio settings
&& platformio settings set enable_telemetry No \
&& platformio settings set check_libraries_interval 1000000 \
Expand Down

0 comments on commit 3860b0b

Please sign in to comment.