mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Rename PIO Plus to Professional
This commit is contained in:
@ -58,8 +58,8 @@ Instruments
|
|||||||
* `Continuous Integration <https://docs.platformio.org/page/ci/index.html?utm_source=github&utm_medium=core>`_
|
* `Continuous Integration <https://docs.platformio.org/page/ci/index.html?utm_source=github&utm_medium=core>`_
|
||||||
* `Advanced Scripting API <https://docs.platformio.org/page/projectconf/advanced_scripting.html?utm_source=github&utm_medium=core>`_
|
* `Advanced Scripting API <https://docs.platformio.org/page/projectconf/advanced_scripting.html?utm_source=github&utm_medium=core>`_
|
||||||
|
|
||||||
PIO Plus
|
Professional
|
||||||
--------
|
------------
|
||||||
|
|
||||||
* `PIO Check <https://docs.platformio.org/page/plus/pio-check.html?utm_source=github&utm_medium=core>`_
|
* `PIO Check <https://docs.platformio.org/page/plus/pio-check.html?utm_source=github&utm_medium=core>`_
|
||||||
* `PIO Remote <https://docs.platformio.org/page/plus/pio-remote.html?utm_source=github&utm_medium=core>`_
|
* `PIO Remote <https://docs.platformio.org/page/plus/pio-remote.html?utm_source=github&utm_medium=core>`_
|
||||||
|
2
docs
2
docs
Submodule docs updated: a6a059f87e...610d40f7e7
@ -186,14 +186,6 @@ def after_upgrade(ctx):
|
|||||||
click.style("https://platformio.org/platformio-ide", fg="cyan"),
|
click.style("https://platformio.org/platformio-ide", fg="cyan"),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
if not is_ci():
|
|
||||||
click.echo(
|
|
||||||
"- %s us with PlatformIO Plus > %s"
|
|
||||||
% (
|
|
||||||
click.style("support", fg="cyan"),
|
|
||||||
click.style("https://pioplus.com", fg="cyan"),
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
click.echo("*" * terminal_width)
|
click.echo("*" * terminal_width)
|
||||||
click.echo("")
|
click.echo("")
|
||||||
|
@ -190,7 +190,7 @@ def get_contrib_pysite_deps():
|
|||||||
def pioplus_call(args, **kwargs):
|
def pioplus_call(args, **kwargs):
|
||||||
if WINDOWS and sys.version_info < (2, 7, 6):
|
if WINDOWS and sys.version_info < (2, 7, 6):
|
||||||
raise exception.PlatformioException(
|
raise exception.PlatformioException(
|
||||||
"PlatformIO Core Plus v%s does not run under Python version %s.\n"
|
"PlatformIO Remote v%s does not run under Python version %s.\n"
|
||||||
"Minimum supported version is 2.7.6, please upgrade Python.\n"
|
"Minimum supported version is 2.7.6, please upgrade Python.\n"
|
||||||
"Python 3 is not yet supported.\n" % (__version__, sys.version)
|
"Python 3 is not yet supported.\n" % (__version__, sys.version)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user