-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9323e1
commit 3f62fef
Showing
9 changed files
with
28 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,7 @@ | |
* http://github.com/SmingHub/Sming | ||
* All files of the Sming Core are provided under the LGPL v3 license. | ||
* | ||
* RbootHttpUpdater.cpp | ||
* | ||
* Created on: 2015/09/03. | ||
* Author: Richard A Burton & Anakod | ||
* | ||
* Modified: 2017 - Slavey Karadzhov <[email protected]> | ||
* HttpUpdater.cpp | ||
* | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
* Created on: 2015/09/03. | ||
* Author: Richard A Burton & Anakod | ||
* | ||
* Modified: 2017 - Slavey Karadzhov <[email protected]> | ||
* Modified: 2017, 2021 - Slavey Karadzhov <[email protected]> | ||
* | ||
****/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"base_config": "spiffs-two-roms", | ||
"partitions": { | ||
"rom0": { | ||
"subtype": "ota_0" | ||
}, | ||
"rom1": { | ||
"subtype": "ota_1" | ||
} | ||
} | ||
"base_config": "spiffs-two-roms", | ||
"partitions": { | ||
"rom0": { | ||
"subtype": "ota_0" | ||
}, | ||
"rom1": { | ||
"subtype": "ota_1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"base_config": "spiffs-two-roms", | ||
"partitions": { | ||
"rom0": { | ||
"subtype": "ota_0" | ||
}, | ||
"rom1": { | ||
"subtype": "ota_1" | ||
} | ||
} | ||
"base_config": "spiffs-two-roms", | ||
"partitions": { | ||
"rom0": { | ||
"subtype": "ota_0" | ||
}, | ||
"rom1": { | ||
"subtype": "ota_1" | ||
} | ||
} | ||
} |