Update links to docs
This commit is contained in:
@@ -5,11 +5,11 @@
|
|||||||
Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
|
Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
|
||||||
|
|
||||||
* [Home](http://platformio.org/platforms/espressif32) (home page in PlatformIO Platform Registry)
|
* [Home](http://platformio.org/platforms/espressif32) (home page in PlatformIO Platform Registry)
|
||||||
* [Documentation](http://docs.platformio.org/en/stable/platforms/espressif32.html) (advanced usage, packages, boards, frameworks, etc.)
|
* [Documentation](http://docs.platformio.org/page/platforms/espressif32.html) (advanced usage, packages, boards, frameworks, etc.)
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
1. [Install PlatformIO CLI](http://docs.platformio.org/en/stable/installation.html)
|
1. [Install PlatformIO Core](http://docs.platformio.org/en/latest/core.html)
|
||||||
2. Install Espressif 32 development platform:
|
2. Install Espressif 32 development platform:
|
||||||
```bash
|
```bash
|
||||||
# install the latest stable version
|
# install the latest stable version
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Continuous Integration (CI) is the practice, in software
|
# Continuous Integration (CI) is the practice, in software
|
||||||
# engineering, of merging all developer working copies with a shared mainline
|
# engineering, of merging all developer working copies with a shared mainline
|
||||||
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
|
# several times a day < http://docs.platformio.org/page/ci/index.html >
|
||||||
#
|
#
|
||||||
# Documentation:
|
# Documentation:
|
||||||
#
|
#
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
||||||
#
|
#
|
||||||
# * PlatformIO integration with Travis CI
|
# * PlatformIO integration with Travis CI
|
||||||
# < http://docs.platformio.org/en/stable/ci/travis.html >
|
# < http://docs.platformio.org/page/ci/travis.html >
|
||||||
#
|
#
|
||||||
# * User Guide for `platformio ci` command
|
# * User Guide for `platformio ci` command
|
||||||
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
|
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Please choose one of the following templates (proposed below) and uncomment
|
# Please choose one of the following templates (proposed below) and uncomment
|
||||||
|
|||||||
@@ -34,5 +34,5 @@ include paths and build them.
|
|||||||
|
|
||||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
||||||
|
|
||||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
http://docs.platformio.org/page/projectconf.html#lib-install
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
; Library options: dependencies, extra library storages
|
; Library options: dependencies, extra library storages
|
||||||
;
|
;
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Continuous Integration (CI) is the practice, in software
|
# Continuous Integration (CI) is the practice, in software
|
||||||
# engineering, of merging all developer working copies with a shared mainline
|
# engineering, of merging all developer working copies with a shared mainline
|
||||||
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
|
# several times a day < http://docs.platformio.org/page/ci/index.html >
|
||||||
#
|
#
|
||||||
# Documentation:
|
# Documentation:
|
||||||
#
|
#
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
||||||
#
|
#
|
||||||
# * PlatformIO integration with Travis CI
|
# * PlatformIO integration with Travis CI
|
||||||
# < http://docs.platformio.org/en/stable/ci/travis.html >
|
# < http://docs.platformio.org/page/ci/travis.html >
|
||||||
#
|
#
|
||||||
# * User Guide for `platformio ci` command
|
# * User Guide for `platformio ci` command
|
||||||
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
|
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Please choose one of the following templates (proposed below) and uncomment
|
# Please choose one of the following templates (proposed below) and uncomment
|
||||||
|
|||||||
@@ -34,5 +34,5 @@ include paths and build them.
|
|||||||
|
|
||||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
||||||
|
|
||||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
http://docs.platformio.org/page/projectconf.html#lib-install
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
; Library options: dependencies, extra library storages
|
; Library options: dependencies, extra library storages
|
||||||
;
|
;
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:nano32]
|
[env:nano32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Continuous Integration (CI) is the practice, in software
|
# Continuous Integration (CI) is the practice, in software
|
||||||
# engineering, of merging all developer working copies with a shared mainline
|
# engineering, of merging all developer working copies with a shared mainline
|
||||||
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
|
# several times a day < http://docs.platformio.org/page/ci/index.html >
|
||||||
#
|
#
|
||||||
# Documentation:
|
# Documentation:
|
||||||
#
|
#
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
||||||
#
|
#
|
||||||
# * PlatformIO integration with Travis CI
|
# * PlatformIO integration with Travis CI
|
||||||
# < http://docs.platformio.org/en/stable/ci/travis.html >
|
# < http://docs.platformio.org/page/ci/travis.html >
|
||||||
#
|
#
|
||||||
# * User Guide for `platformio ci` command
|
# * User Guide for `platformio ci` command
|
||||||
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
|
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Please choice one of the following templates (proposed below) and uncomment
|
# Please choice one of the following templates (proposed below) and uncomment
|
||||||
|
|||||||
@@ -34,5 +34,5 @@ include paths and build them.
|
|||||||
|
|
||||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
||||||
|
|
||||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
http://docs.platformio.org/page/projectconf.html#lib-install
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
; Library options: dependencies, extra library storages
|
; Library options: dependencies, extra library storages
|
||||||
;
|
;
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:nano32]
|
[env:nano32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Continuous Integration (CI) is the practice, in software
|
# Continuous Integration (CI) is the practice, in software
|
||||||
# engineering, of merging all developer working copies with a shared mainline
|
# engineering, of merging all developer working copies with a shared mainline
|
||||||
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
|
# several times a day < http://docs.platformio.org/page/ci/index.html >
|
||||||
#
|
#
|
||||||
# Documentation:
|
# Documentation:
|
||||||
#
|
#
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
||||||
#
|
#
|
||||||
# * PlatformIO integration with Travis CI
|
# * PlatformIO integration with Travis CI
|
||||||
# < http://docs.platformio.org/en/stable/ci/travis.html >
|
# < http://docs.platformio.org/page/ci/travis.html >
|
||||||
#
|
#
|
||||||
# * User Guide for `platformio ci` command
|
# * User Guide for `platformio ci` command
|
||||||
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
|
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Please choice one of the following templates (proposed below) and uncomment
|
# Please choice one of the following templates (proposed below) and uncomment
|
||||||
|
|||||||
@@ -34,5 +34,5 @@ include paths and build them.
|
|||||||
|
|
||||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
||||||
|
|
||||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
http://docs.platformio.org/page/projectconf.html#lib-install
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
; Library options: dependencies, extra library storages
|
; Library options: dependencies, extra library storages
|
||||||
;
|
;
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:nano32]
|
[env:nano32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Continuous Integration (CI) is the practice, in software
|
# Continuous Integration (CI) is the practice, in software
|
||||||
# engineering, of merging all developer working copies with a shared mainline
|
# engineering, of merging all developer working copies with a shared mainline
|
||||||
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
|
# several times a day < http://docs.platformio.org/page/ci/index.html >
|
||||||
#
|
#
|
||||||
# Documentation:
|
# Documentation:
|
||||||
#
|
#
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
||||||
#
|
#
|
||||||
# * PlatformIO integration with Travis CI
|
# * PlatformIO integration with Travis CI
|
||||||
# < http://docs.platformio.org/en/stable/ci/travis.html >
|
# < http://docs.platformio.org/page/ci/travis.html >
|
||||||
#
|
#
|
||||||
# * User Guide for `platformio ci` command
|
# * User Guide for `platformio ci` command
|
||||||
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
|
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Please choice one of the following templates (proposed below) and uncomment
|
# Please choice one of the following templates (proposed below) and uncomment
|
||||||
|
|||||||
@@ -34,5 +34,5 @@ include paths and build them.
|
|||||||
|
|
||||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
||||||
|
|
||||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
http://docs.platformio.org/page/projectconf.html#lib-install
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
; Library options: dependencies, extra library storages
|
; Library options: dependencies, extra library storages
|
||||||
;
|
;
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Continuous Integration (CI) is the practice, in software
|
# Continuous Integration (CI) is the practice, in software
|
||||||
# engineering, of merging all developer working copies with a shared mainline
|
# engineering, of merging all developer working copies with a shared mainline
|
||||||
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
|
# several times a day < http://docs.platformio.org/page/ci/index.html >
|
||||||
#
|
#
|
||||||
# Documentation:
|
# Documentation:
|
||||||
#
|
#
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
||||||
#
|
#
|
||||||
# * PlatformIO integration with Travis CI
|
# * PlatformIO integration with Travis CI
|
||||||
# < http://docs.platformio.org/en/stable/ci/travis.html >
|
# < http://docs.platformio.org/page/ci/travis.html >
|
||||||
#
|
#
|
||||||
# * User Guide for `platformio ci` command
|
# * User Guide for `platformio ci` command
|
||||||
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
|
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Please choice one of the following templates (proposed below) and uncomment
|
# Please choice one of the following templates (proposed below) and uncomment
|
||||||
|
|||||||
@@ -34,5 +34,5 @@ include paths and build them.
|
|||||||
|
|
||||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
||||||
|
|
||||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
http://docs.platformio.org/page/projectconf.html#lib-install
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
; Library options: dependencies, extra library storages
|
; Library options: dependencies, extra library storages
|
||||||
;
|
;
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:nano32]
|
[env:nano32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Continuous Integration (CI) is the practice, in software
|
# Continuous Integration (CI) is the practice, in software
|
||||||
# engineering, of merging all developer working copies with a shared mainline
|
# engineering, of merging all developer working copies with a shared mainline
|
||||||
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
|
# several times a day < http://docs.platformio.org/page/ci/index.html >
|
||||||
#
|
#
|
||||||
# Documentation:
|
# Documentation:
|
||||||
#
|
#
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
||||||
#
|
#
|
||||||
# * PlatformIO integration with Travis CI
|
# * PlatformIO integration with Travis CI
|
||||||
# < http://docs.platformio.org/en/stable/ci/travis.html >
|
# < http://docs.platformio.org/page/ci/travis.html >
|
||||||
#
|
#
|
||||||
# * User Guide for `platformio ci` command
|
# * User Guide for `platformio ci` command
|
||||||
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
|
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Please choice one of the following templates (proposed below) and uncomment
|
# Please choice one of the following templates (proposed below) and uncomment
|
||||||
|
|||||||
@@ -34,5 +34,5 @@ include paths and build them.
|
|||||||
|
|
||||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
||||||
|
|
||||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
http://docs.platformio.org/page/projectconf.html#lib-install
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
; Library options: dependencies, extra library storages
|
; Library options: dependencies, extra library storages
|
||||||
;
|
;
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:nano32]
|
[env:nano32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Continuous Integration (CI) is the practice, in software
|
# Continuous Integration (CI) is the practice, in software
|
||||||
# engineering, of merging all developer working copies with a shared mainline
|
# engineering, of merging all developer working copies with a shared mainline
|
||||||
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
|
# several times a day < http://docs.platformio.org/page/ci/index.html >
|
||||||
#
|
#
|
||||||
# Documentation:
|
# Documentation:
|
||||||
#
|
#
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
||||||
#
|
#
|
||||||
# * PlatformIO integration with Travis CI
|
# * PlatformIO integration with Travis CI
|
||||||
# < http://docs.platformio.org/en/stable/ci/travis.html >
|
# < http://docs.platformio.org/page/ci/travis.html >
|
||||||
#
|
#
|
||||||
# * User Guide for `platformio ci` command
|
# * User Guide for `platformio ci` command
|
||||||
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
|
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Please choice one of the following templates (proposed below) and uncomment
|
# Please choice one of the following templates (proposed below) and uncomment
|
||||||
|
|||||||
@@ -34,5 +34,5 @@ include paths and build them.
|
|||||||
|
|
||||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
||||||
|
|
||||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
http://docs.platformio.org/page/projectconf.html#lib-install
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
; Library options: dependencies, extra library storages
|
; Library options: dependencies, extra library storages
|
||||||
;
|
;
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:nano32]
|
[env:nano32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Continuous Integration (CI) is the practice, in software
|
# Continuous Integration (CI) is the practice, in software
|
||||||
# engineering, of merging all developer working copies with a shared mainline
|
# engineering, of merging all developer working copies with a shared mainline
|
||||||
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
|
# several times a day < http://docs.platformio.org/page/ci/index.html >
|
||||||
#
|
#
|
||||||
# Documentation:
|
# Documentation:
|
||||||
#
|
#
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
||||||
#
|
#
|
||||||
# * PlatformIO integration with Travis CI
|
# * PlatformIO integration with Travis CI
|
||||||
# < http://docs.platformio.org/en/stable/ci/travis.html >
|
# < http://docs.platformio.org/page/ci/travis.html >
|
||||||
#
|
#
|
||||||
# * User Guide for `platformio ci` command
|
# * User Guide for `platformio ci` command
|
||||||
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
|
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Please choice one of the following templates (proposed below) and uncomment
|
# Please choice one of the following templates (proposed below) and uncomment
|
||||||
|
|||||||
@@ -34,5 +34,5 @@ include paths and build them.
|
|||||||
|
|
||||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
||||||
|
|
||||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
http://docs.platformio.org/page/projectconf.html#lib-install
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
; Library options: dependencies, extra library storages
|
; Library options: dependencies, extra library storages
|
||||||
;
|
;
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:nano32]
|
[env:nano32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Continuous Integration (CI) is the practice, in software
|
# Continuous Integration (CI) is the practice, in software
|
||||||
# engineering, of merging all developer working copies with a shared mainline
|
# engineering, of merging all developer working copies with a shared mainline
|
||||||
# several times a day < http://docs.platformio.org/en/stable/ci/index.html >
|
# several times a day < http://docs.platformio.org/page/ci/index.html >
|
||||||
#
|
#
|
||||||
# Documentation:
|
# Documentation:
|
||||||
#
|
#
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
# < https://docs.travis-ci.com/user/integration/platformio/ >
|
||||||
#
|
#
|
||||||
# * PlatformIO integration with Travis CI
|
# * PlatformIO integration with Travis CI
|
||||||
# < http://docs.platformio.org/en/stable/ci/travis.html >
|
# < http://docs.platformio.org/page/ci/travis.html >
|
||||||
#
|
#
|
||||||
# * User Guide for `platformio ci` command
|
# * User Guide for `platformio ci` command
|
||||||
# < http://docs.platformio.org/en/stable/userguide/cmd_ci.html >
|
# < http://docs.platformio.org/page/userguide/cmd_ci.html >
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Please choice one of the following templates (proposed below) and uncomment
|
# Please choice one of the following templates (proposed below) and uncomment
|
||||||
|
|||||||
@@ -34,5 +34,5 @@ include paths and build them.
|
|||||||
|
|
||||||
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
See additional options for PlatformIO Library Dependency Finder `lib_*`:
|
||||||
|
|
||||||
http://docs.platformio.org/en/stable/projectconf.html#lib-install
|
http://docs.platformio.org/page/projectconf.html#lib-install
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
; Library options: dependencies, extra library storages
|
; Library options: dependencies, extra library storages
|
||||||
;
|
;
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:nano32]
|
[env:nano32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
|||||||
Reference in New Issue
Block a user