Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c2a8e25

Browse filesBrowse files
authored
Adjust Update Library license (espressif#9448)
* Adjust Update Library license * Update Update.h * Update Updater.cpp
1 parent 9da60f4 commit c2a8e25
Copy full SHA for c2a8e25

File tree

Expand file treeCollapse file tree

3 files changed

+18
-0
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+18
-0
lines changed

‎libraries/Update/src/HttpsOTAUpdate.h

Copy file name to clipboardExpand all lines: libraries/Update/src/HttpsOTAUpdate.h
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
*/
17
#ifndef HTTPSOTAUPDATE_H
28
#define HTTPSOTAUPDATE_H
39
#include "esp_http_client.h"

‎libraries/Update/src/Update.h

Copy file name to clipboardExpand all lines: libraries/Update/src/Update.h
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

‎libraries/Update/src/Updater.cpp

Copy file name to clipboardExpand all lines: libraries/Update/src/Updater.cpp
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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 "esp_spi_flash.h"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.