mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Rephrase slogan
This commit is contained in:
@ -43,8 +43,8 @@ PlatformIO
|
|||||||
:target: http://platformio.org
|
:target: http://platformio.org
|
||||||
|
|
||||||
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
|
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
|
||||||
development. Cross-platform, IDE and Continuous integration, Arduino and MBED
|
development. Cross-platform code builder. Continuous and IDE integration.
|
||||||
compatible. Ready for Cloud compiling.
|
Arduino and MBED compatible. Ready for Cloud compiling.
|
||||||
|
|
||||||
* **Development Platforms** - Embedded and Desktop development platforms with
|
* **Development Platforms** - Embedded and Desktop development platforms with
|
||||||
pre-built toolchains, debuggers, uploaders and frameworks which work under
|
pre-built toolchains, debuggers, uploaders and frameworks which work under
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
PlatformIO is an open source ecosystem for IoT development
|
PlatformIO is an open source ecosystem for IoT development
|
||||||
==========================================================
|
==========================================================
|
||||||
|
|
||||||
**Cross-platform, IDE and Continuous integration, Arduino and MBED
|
**Cross-platform code builder. Continuous and IDE integration.
|
||||||
compatible. Ready for Cloud compiling.**
|
Arduino and MBED compatible. Ready for Cloud compiling.**
|
||||||
|
|
||||||
* **Development Platforms** - Embedded and Desktop development platforms with
|
* **Development Platforms** - Embedded and Desktop development platforms with
|
||||||
pre-built toolchains, debuggers, uploaders and frameworks which work under
|
pre-built toolchains, debuggers, uploaders and frameworks which work under
|
||||||
|
@ -17,9 +17,9 @@ __version__ = ".".join([str(s) for s in VERSION])
|
|||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
__description__ = (
|
__description__ = (
|
||||||
"An open source ecosystem for IoT development. Cross-platform, IDE and "
|
"An open source ecosystem for IoT development. "
|
||||||
"Continuous integration, Arduino and MBED compatible. "
|
"Cross-platform code builder. Continuous and IDE integration. "
|
||||||
"Ready for Cloud compiling"
|
"Arduino and MBED compatible. Ready for Cloud compiling."
|
||||||
)
|
)
|
||||||
__url__ = "http://platformio.org"
|
__url__ = "http://platformio.org"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user