From 7152c8b143ee428783672ec4d3ee39223ac8d6b3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 31 Mar 2022 14:23:26 +0300 Subject: [PATCH] Switch docs to HTTP --- README.md | 8 ++++---- examples/arduino-blink/README.md | 2 +- examples/arduino-blink/platformio.ini | 2 +- examples/arduino-briki-internal-libs/README.md | 2 +- examples/arduino-briki-internal-libs/platformio.ini | 2 +- examples/arduino-wifiscan/README.md | 2 +- examples/arduino-wifiscan/platformio.ini | 2 +- examples/espidf-arduino-blink/README.md | 2 +- examples/espidf-arduino-blink/platformio.ini | 2 +- examples/espidf-arduino-wifiscan/README.md | 2 +- examples/espidf-arduino-wifiscan/platformio.ini | 2 +- examples/espidf-aws-iot/README.md | 2 +- examples/espidf-aws-iot/platformio.ini | 4 ++-- examples/espidf-ble-eddystone/README.md | 2 +- examples/espidf-ble-eddystone/platformio.ini | 2 +- examples/espidf-blink/README.md | 2 +- examples/espidf-blink/platformio.ini | 2 +- examples/espidf-coap-server/README.md | 2 +- examples/espidf-coap-server/platformio.ini | 4 ++-- examples/espidf-exceptions/README.md | 2 +- examples/espidf-exceptions/platformio.ini | 2 +- examples/espidf-hello-world/README.md | 2 +- examples/espidf-hello-world/platformio.ini | 2 +- examples/espidf-http-request/README.md | 2 +- examples/espidf-http-request/platformio.ini | 2 +- examples/espidf-peripherals-uart/README.md | 2 +- examples/espidf-peripherals-uart/platformio.ini | 2 +- examples/espidf-peripherals-usb/README.md | 2 +- examples/espidf-peripherals-usb/platformio.ini | 2 +- examples/espidf-storage-sdcard/README.md | 2 +- examples/espidf-storage-sdcard/platformio.ini | 2 +- examples/espidf-storage-spiffs/README.md | 2 +- examples/espidf-storage-spiffs/platformio.ini | 2 +- examples/espidf-ulp-adc/README.md | 2 +- examples/espidf-ulp-adc/platformio.ini | 2 +- examples/espidf-ulp-pulse/README.md | 2 +- examples/espidf-ulp-pulse/platformio.ini | 2 +- examples/pumbaa-blink/README.md | 2 +- examples/pumbaa-blink/platformio.ini | 2 +- examples/simba-blink/README.md | 2 +- examples/simba-blink/platformio.ini | 2 +- 41 files changed, 46 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index cd53816..8f5d47e 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ 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) -* [Documentation](http://docs.platformio.org/page/platforms/espressif32.html) (advanced usage, packages, boards, frameworks, etc.) +* [Home](https://registry.platformio.org/platforms/platformio/espressif32) (home page in the PlatformIO Registry) +* [Documentation](https://docs.platformio.org/page/platforms/espressif32.html) (advanced usage, packages, boards, frameworks, etc.) # Usage 1. [Install PlatformIO](http://platformio.org) -2. Create PlatformIO project and configure a platform option in [platformio.ini](http://docs.platformio.org/page/projectconf.html) file: +2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file: ## Stable version @@ -32,4 +32,4 @@ board = ... # Configuration -Please navigate to [documentation](http://docs.platformio.org/page/platforms/espressif32.html). +Please navigate to [documentation](https://docs.platformio.org/page/platforms/espressif32.html). diff --git a/examples/arduino-blink/README.md b/examples/arduino-blink/README.md index 1573f15..8f42ed5 100644 --- a/examples/arduino-blink/README.md +++ b/examples/arduino-blink/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/arduino-blink/platformio.ini b/examples/arduino-blink/platformio.ini index b9bd7f5..8ad7204 100644 --- a/examples/arduino-blink/platformio.ini +++ b/examples/arduino-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:esp wrover kit] platform = espressif32 diff --git a/examples/arduino-briki-internal-libs/README.md b/examples/arduino-briki-internal-libs/README.md index 97c25a7..8dbe25a 100644 --- a/examples/arduino-briki-internal-libs/README.md +++ b/examples/arduino-briki-internal-libs/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/arduino-briki-internal-libs/platformio.ini b/examples/arduino-briki-internal-libs/platformio.ini index adc2865..c4afadb 100644 --- a/examples/arduino-briki-internal-libs/platformio.ini +++ b/examples/arduino-briki-internal-libs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:briki_abc_esp32] platform = espressif32 diff --git a/examples/arduino-wifiscan/README.md b/examples/arduino-wifiscan/README.md index 785231d..35564a6 100644 --- a/examples/arduino-wifiscan/README.md +++ b/examples/arduino-wifiscan/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/arduino-wifiscan/platformio.ini b/examples/arduino-wifiscan/platformio.ini index 32cbdd8..0762283 100644 --- a/examples/arduino-wifiscan/platformio.ini +++ b/examples/arduino-wifiscan/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:esp32dev] platform = espressif32 diff --git a/examples/espidf-arduino-blink/README.md b/examples/espidf-arduino-blink/README.md index fe5ffee..0d26cd3 100644 --- a/examples/espidf-arduino-blink/README.md +++ b/examples/espidf-arduino-blink/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-arduino-blink/platformio.ini b/examples/espidf-arduino-blink/platformio.ini index 8ee11c9..f7fceeb 100644 --- a/examples/espidf-arduino-blink/platformio.ini +++ b/examples/espidf-arduino-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env] platform = espressif32 diff --git a/examples/espidf-arduino-wifiscan/README.md b/examples/espidf-arduino-wifiscan/README.md index f858f3a..390736b 100644 --- a/examples/espidf-arduino-wifiscan/README.md +++ b/examples/espidf-arduino-wifiscan/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-arduino-wifiscan/platformio.ini b/examples/espidf-arduino-wifiscan/platformio.ini index 32d44b6..14b2418 100644 --- a/examples/espidf-arduino-wifiscan/platformio.ini +++ b/examples/espidf-arduino-wifiscan/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env] platform = espressif32 diff --git a/examples/espidf-aws-iot/README.md b/examples/espidf-aws-iot/README.md index 40a8ccf..da21cb2 100644 --- a/examples/espidf-aws-iot/README.md +++ b/examples/espidf-aws-iot/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-aws-iot/platformio.ini b/examples/espidf-aws-iot/platformio.ini index 015c8d4..16a3e1c 100644 --- a/examples/espidf-aws-iot/platformio.ini +++ b/examples/espidf-aws-iot/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:esp32dev] platform = espressif32 @@ -13,7 +13,7 @@ framework = espidf board = esp32dev monitor_speed = 115200 -board_build.embed_txtfiles = +board_build.embed_txtfiles = src/certs/private.pem.key src/certs/certificate.pem.crt src/certs/aws-root-ca.pem diff --git a/examples/espidf-ble-eddystone/README.md b/examples/espidf-ble-eddystone/README.md index 85cd583..95ad337 100644 --- a/examples/espidf-ble-eddystone/README.md +++ b/examples/espidf-ble-eddystone/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-ble-eddystone/platformio.ini b/examples/espidf-ble-eddystone/platformio.ini index c3cc3d0..6d6af74 100644 --- a/examples/espidf-ble-eddystone/platformio.ini +++ b/examples/espidf-ble-eddystone/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:esp32dev] platform = espressif32 diff --git a/examples/espidf-blink/README.md b/examples/espidf-blink/README.md index 7d32f61..1fbbba6 100644 --- a/examples/espidf-blink/README.md +++ b/examples/espidf-blink/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-blink/platformio.ini b/examples/espidf-blink/platformio.ini index 8cdfb15..b4c9feb 100644 --- a/examples/espidf-blink/platformio.ini +++ b/examples/espidf-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:esp32dev] platform = espressif32 diff --git a/examples/espidf-coap-server/README.md b/examples/espidf-coap-server/README.md index 63d4ec6..19328b4 100644 --- a/examples/espidf-coap-server/README.md +++ b/examples/espidf-coap-server/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-coap-server/platformio.ini b/examples/espidf-coap-server/platformio.ini index 2a72c71..78383c3 100644 --- a/examples/espidf-coap-server/platformio.ini +++ b/examples/espidf-coap-server/platformio.ini @@ -5,13 +5,13 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env] platform = espressif32 framework = espidf monitor_speed = 115200 -board_build.embed_txtfiles = +board_build.embed_txtfiles = src/certs/coap_ca.pem src/certs/coap_server.crt src/certs/coap_server.key diff --git a/examples/espidf-exceptions/README.md b/examples/espidf-exceptions/README.md index fdec36f..914e8fe 100644 --- a/examples/espidf-exceptions/README.md +++ b/examples/espidf-exceptions/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-exceptions/platformio.ini b/examples/espidf-exceptions/platformio.ini index 35879a6..a6c3cff 100644 --- a/examples/espidf-exceptions/platformio.ini +++ b/examples/espidf-exceptions/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env] platform = espressif32 diff --git a/examples/espidf-hello-world/README.md b/examples/espidf-hello-world/README.md index 4bad31e..552984b 100644 --- a/examples/espidf-hello-world/README.md +++ b/examples/espidf-hello-world/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-hello-world/platformio.ini b/examples/espidf-hello-world/platformio.ini index 76fdc18..226510e 100644 --- a/examples/espidf-hello-world/platformio.ini +++ b/examples/espidf-hello-world/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env] platform = espressif32 diff --git a/examples/espidf-http-request/README.md b/examples/espidf-http-request/README.md index 50c6665..b2cde11 100644 --- a/examples/espidf-http-request/README.md +++ b/examples/espidf-http-request/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-http-request/platformio.ini b/examples/espidf-http-request/platformio.ini index 146e0dd..38756e6 100644 --- a/examples/espidf-http-request/platformio.ini +++ b/examples/espidf-http-request/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env] platform = espressif32 diff --git a/examples/espidf-peripherals-uart/README.md b/examples/espidf-peripherals-uart/README.md index 6df9193..40a5610 100644 --- a/examples/espidf-peripherals-uart/README.md +++ b/examples/espidf-peripherals-uart/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-peripherals-uart/platformio.ini b/examples/espidf-peripherals-uart/platformio.ini index c363d75..84e7f72 100644 --- a/examples/espidf-peripherals-uart/platformio.ini +++ b/examples/espidf-peripherals-uart/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env] platform = espressif32 diff --git a/examples/espidf-peripherals-usb/README.md b/examples/espidf-peripherals-usb/README.md index 3a9f308..80e7791 100644 --- a/examples/espidf-peripherals-usb/README.md +++ b/examples/espidf-peripherals-usb/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-peripherals-usb/platformio.ini b/examples/espidf-peripherals-usb/platformio.ini index 8591d4b..438ef31 100644 --- a/examples/espidf-peripherals-usb/platformio.ini +++ b/examples/espidf-peripherals-usb/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env] platform = espressif32 diff --git a/examples/espidf-storage-sdcard/README.md b/examples/espidf-storage-sdcard/README.md index e2f4765..bc56cdd 100644 --- a/examples/espidf-storage-sdcard/README.md +++ b/examples/espidf-storage-sdcard/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-storage-sdcard/platformio.ini b/examples/espidf-storage-sdcard/platformio.ini index 182e8e8..1122931 100644 --- a/examples/espidf-storage-sdcard/platformio.ini +++ b/examples/espidf-storage-sdcard/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env] platform = espressif32 diff --git a/examples/espidf-storage-spiffs/README.md b/examples/espidf-storage-spiffs/README.md index 81c1f0e..214f9ba 100644 --- a/examples/espidf-storage-spiffs/README.md +++ b/examples/espidf-storage-spiffs/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-storage-spiffs/platformio.ini b/examples/espidf-storage-spiffs/platformio.ini index 83870a9..9185e89 100644 --- a/examples/espidf-storage-spiffs/platformio.ini +++ b/examples/espidf-storage-spiffs/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:esp32dev] platform = espressif32 diff --git a/examples/espidf-ulp-adc/README.md b/examples/espidf-ulp-adc/README.md index 465d156..abe2df4 100644 --- a/examples/espidf-ulp-adc/README.md +++ b/examples/espidf-ulp-adc/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-ulp-adc/platformio.ini b/examples/espidf-ulp-adc/platformio.ini index c3a3cad..9d7ba65 100644 --- a/examples/espidf-ulp-adc/platformio.ini +++ b/examples/espidf-ulp-adc/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [platformio] src_dir = main diff --git a/examples/espidf-ulp-pulse/README.md b/examples/espidf-ulp-pulse/README.md index d6ca4f9..96ffb18 100644 --- a/examples/espidf-ulp-pulse/README.md +++ b/examples/espidf-ulp-pulse/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/espidf-ulp-pulse/platformio.ini b/examples/espidf-ulp-pulse/platformio.ini index fe714f0..cb15733 100644 --- a/examples/espidf-ulp-pulse/platformio.ini +++ b/examples/espidf-ulp-pulse/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:esp32dev] platform = espressif32 diff --git a/examples/pumbaa-blink/README.md b/examples/pumbaa-blink/README.md index 1de389c..4005d81 100755 --- a/examples/pumbaa-blink/README.md +++ b/examples/pumbaa-blink/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/pumbaa-blink/platformio.ini b/examples/pumbaa-blink/platformio.ini index da2c58b..8a634da 100755 --- a/examples/pumbaa-blink/platformio.ini +++ b/examples/pumbaa-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:nano32] platform = espressif32 diff --git a/examples/simba-blink/README.md b/examples/simba-blink/README.md index 1543733..5c0cb31 100755 --- a/examples/simba-blink/README.md +++ b/examples/simba-blink/README.md @@ -1,7 +1,7 @@ How to build PlatformIO based project ===================================== -1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) +1. [Install PlatformIO Core](https://docs.platformio.org/page/core.html) 2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip) 3. Extract ZIP archive 4. Run these commands: diff --git a/examples/simba-blink/platformio.ini b/examples/simba-blink/platformio.ini index 802ec51..e10c30e 100755 --- a/examples/simba-blink/platformio.ini +++ b/examples/simba-blink/platformio.ini @@ -5,7 +5,7 @@ ; Library options: dependencies, extra library storages ; ; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html +; https://docs.platformio.org/page/projectconf.html [env:nano32] platform = espressif32