Skip to content

Commit bff302b

Browse files
authored
Update HttpsOTAUpdate.cpp
1 parent 1235477 commit bff302b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

libraries/Update/src/HttpsOTAUpdate.cpp

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
/*
2-
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
3-
*
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
1+
/* OTA task
2+
3+
This example code is in the Public Domain (or CC0 licensed, at your option.)
4+
Unless required by applicable law or agreed to in writing, this
5+
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
6+
CONDITIONS OF ANY KIND, either express or implied.
7+
*/
68

79
#include <stdio.h>
810
#include <string.h>

0 commit comments

Comments
 (0)