Skip to content

Commit f579ddd

Browse files
ivankravetsxu-cheng
authored andcommitted
platformio 2.8.6
- Launched [PlatformIO Community Forums](http://community.platformio.org) ([issue \#530]) - Added support for ARM mbed-enabled board Seed Arch Max (STM32F407VET6) ([issue \#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 \#568]) - Updated the support for Sanguino Boards ([issue \#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 \#571]) - Fixed invalid board parameters (reset method and baudrate) for a few ESP8266 based boards - Fixed “KeyError: ‘content-length’” in PlatformIO Download Manager ([issue \#591]) [issue \#530]: platformio/platformio-core#530 [issue \#572]: platformio/platformio-core#572 [issue \#568]: platformio/platformio-core#568 [issue \#586]: platformio/platformio-core#586 [issue \#571]: platformio/platformio-core#571 [issue \#591]: platformio/platformio-core#591 Closes Homebrew/legacy-homebrew#50326. Signed-off-by: Dominyk Tiller <[email protected]>
1 parent 0c444b6 commit f579ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)