Add compatibility with PIO Core 6.0

This commit is contained in:
Ivan Kravets
2022-05-27 21:23:08 +03:00
parent ae4e846c46
commit 32ed821817
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Linux x86_64: development platform for [PlatformIO](http://platformio.org)
# Linux x86_64: development platform for [PlatformIO](https://platformio.org)
Linux x86_64 (64-bit) is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. Using host OS (Mac OS X or Linux 64-bit) you can build native application for Linux x86_64 platform.
@@ -7,7 +7,7 @@ Linux x86_64 (64-bit) is a Unix-like and mostly POSIX-compliant computer operati
# 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_64"
],
"engines": {
"platformio": "^5"
"platformio": "^6"
},
"repository": {
"type": "git",

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from platformio.managers.platform import PlatformBase
from platformio.public import PlatformBase
from platformio.util import get_systype