Skip to content

Commit afec56f

Browse files
ivankravetsjvillard
authored andcommitted
platformio 2.8.6
- Launched [PlatformIO Community Forums](http://community.platformio.org) ([issue \Homebrew#530]) - Added support for ARM mbed-enabled board Seed Arch Max (STM32F407VET6) ([issue \Homebrew#572]) - Improved DNS lookup for PlatformIO API - Updated Arduino Wiring-based framework to the latest version for Atmel AVR/SAM development platforms - Updated “Teensy Loader CLI” and fixed uploading of large .hex files ([issue \Homebrew#568]) - Updated the support for Sanguino Boards ([issue \Homebrew#586]) - Better handling of used boards when re-initialize/update project - Improved support for non-Unicode user profiles for Windows OS - Disabled progress bar for download operations when prompts are disabled - Fixed multiple definition errors for ST STM32 development platform and ARM mbed framework ([issue \Homebrew#571]) - Fixed invalid board parameters (reset method and baudrate) for a few ESP8266 based boards - Fixed “KeyError: ‘content-length’” in PlatformIO Download Manager ([issue \Homebrew#591]) [issue \Homebrew#530]: platformio/platformio-core#530 [issue \Homebrew#572]: platformio/platformio-core#572 [issue \Homebrew#568]: platformio/platformio-core#568 [issue \Homebrew#586]: platformio/platformio-core#586 [issue \Homebrew#571]: platformio/platformio-core#571 [issue \Homebrew#591]: platformio/platformio-core#591 Closes Homebrew#50326. Signed-off-by: Dominyk Tiller <[email protected]>
1 parent 6dcb66b commit afec56f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Library/Formula/platformio.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Platformio < Formula
22
desc "Ecosystem for IoT development (Arduino and MBED compatible)"
33
homepage "http://platformio.org"
4-
url "https://pypi.python.org/packages/source/p/platformio/platformio-2.8.5.tar.gz"
5-
sha256 "e6cd25d43d9ea151cd9ec0ff404d3f91221d310378d7d85a2f8c782cf3627a07"
4+
url "https://pypi.python.org/packages/source/p/platformio/platformio-2.8.6.tar.gz"
5+
sha256 "34b683055127b7cd132baf0e784c96df22aa90afc2d3ad5947bd52871c6712d1"
66

77
bottle do
88
cellar :any_skip_relocation

0 commit comments

Comments
 (0)