File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* OTA task
2
+ This example code is in the Public Domain (or CC0 licensed, at your option.)
3
+ Unless required by applicable law or agreed to in writing, this
4
+ software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
5
+ CONDITIONS OF ANY KIND, either express or implied.
6
+ */
1
7
#ifndef HTTPSOTAUPDATE_H
2
8
#define HTTPSOTAUPDATE_H
3
9
#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
+
1
7
#ifndef ESP32UPDATER_H
2
8
#define ESP32UPDATER_H
3
9
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
+
1
7
#include " Update.h"
2
8
#include " Arduino.h"
3
9
#include " esp_spi_flash.h"
You can’t perform that action at this time.
0 commit comments