File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ /* OTA task
2+
3+ This example code is in the Public Domain (or CC0 licensed, at your option.)
4+
5+ Unless required by applicable law or agreed to in writing, this
6+ software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
7+ CONDITIONS OF ANY KIND, either express or implied.
8+ */
19#ifndef HTTPSOTAUPDATE_H
210#define HTTPSOTAUPDATE_H
311#include " esp_http_client.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
17#ifndef ESP32UPDATER_H
28#define ESP32UPDATER_H
39
Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
17#include " Update.h"
28#include " Arduino.h"
39#include " spi_flash_mmap.h"
You can’t perform that action at this time.
0 commit comments