Skip to content

[MKC-807] OTA ESP32 Docs #800

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

Merged
merged 3 commits into from
Jan 23, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Update esp-32-cloud.md
  • Loading branch information
karlsoderby committed Jan 23, 2023
commit 871176faf753c6290730ce0cb1ecd7c5ca6e0044
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ software:

In this tutorial, we will go through the steps necessary to set up an **ESP32 / ESP8266 development board** with the Arduino Cloud IoT. To test it out, we will send random values from the board to the cloud, and set up a switch that can enable the built-in LED on the board.

***Over-the-air (OTA) uploads is now supported on ESP32 boards. You can read more about this feature in [this blogpost]() and in the [OTA uploads article]().***
***Over-the-air (OTA) uploads is now supported on ESP32 boards. You can read more about this feature in the [OTA uploads article](/arduino-cloud/features/ota-getting-started).***

## Goals

Expand Down