Skip to content

Added the JSON file URL from github.io #7888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/api/espnow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Examples
ESP-NOW Master
**************

.. literalinclude:: ../../../libraries/ESP32/examples/ESPNow/Basic/Master/Master.ino
.. literalinclude:: ../../../libraries/ESP32/examples/ESPNow/ESPNow_Basic_Master/ESPNow_Basic_Master.ino
:language: arduino

ESP-NOW Slave
*************

.. literalinclude:: ../../../libraries/ESP32/examples/ESPNow/Basic/Slave/Slave.ino
.. literalinclude:: ../../../libraries/ESP32/examples/ESPNow/ESPNow_Basic_Slave/ESPNow_Basic_Slave.ino
:language: arduino

Resources
Expand Down
4 changes: 2 additions & 2 deletions docs/source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ This is the way to install Arduino-ESP32 directly from the Arduino IDE.

- Stable release link::

https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
https://espressif.github.io/arduino-esp32/package_esp32_index.json

- Development release link::

https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json


.. note::
Expand Down