Add compatibility with PIO Core 6.0

This commit is contained in:
Ivan Kravets
2022-05-27 21:24:54 +03:00
parent f383681e5e
commit 6ac35e38cf
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Windows x86: development platform for [PlatformIO](http://platformio.org)
# Windows x86: development platform for [PlatformIO](https://platformio.org)
[![Build status](https://ci.appveyor.com/api/projects/status/4tqtddjgafvwawmn/branch/develop?svg=true)](https://ci.appveyor.com/project/ivankravets/platform-windows-x86/branch/develop)
Windows x86 (32-bit) is a metafamily of graphical operating systems developed and marketed by Microsoft. Using host OS (Windows, Linux 32/64 or Mac OS X) you can build native application for Windows x86 platform.
@@ -8,7 +8,7 @@ Windows x86 (32-bit) is a metafamily of graphical operating systems developed an
# Usage
1. [Install PlatformIO](http://platformio.org)
1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:
## Stable version

View File

@@ -10,7 +10,7 @@
"x86"
],
"engines": {
"platformio": "^5"
"platformio": "^6"
},
"repository": {
"type": "git",