-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from thankthemaker/refactoring
Refactoring (new OTA update, some bugfixes)
- Loading branch information
Showing
42 changed files
with
1,220 additions
and
9,588 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Name, Type, SubType, Offset, Size, Flags | ||
nvs, data, nvs, 0x9000, 0x5000, | ||
otadata, data, ota, 0xe000, 0x2000, | ||
app0, app, ota_0, 0x10000, 0x300000, | ||
spiffs, data, spiffs, 0x310000,0xE0000, | ||
coredump, data, coredump,0x3F0000,0x10000, |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# To be filled if you want to use it on Arduino | ||
#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD1 | ||
#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD2 | ||
#STRUCTURE COLOR #728E00 - GREEN KEYWORD3 | ||
#VARIABLES COLOR #00979C - BLUE LITERAL1 |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "ble_ota_dfuU", | ||
"keywords": "BLE OTA DFU", | ||
"description": "BLE OTA DFU", | ||
"repository": | ||
{ | ||
"type": "email", | ||
"url": "[email protected]" | ||
}, | ||
"version": "1.0.0", | ||
"exclude": "doc", | ||
"frameworks": "arduino", | ||
"platforms": ["esp32"] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name=ble_ota_dfu | ||
version=1.0.0 | ||
author=Vincent STRAGIER | ||
maintainer=Vincent STRAGIER | ||
sentence=BLE OTA DFU | ||
paragraph=BLE OTA DFU | ||
category=Other | ||
url=mailto:[email protected] | ||
architectures=esp32 |
Oops, something went wrong.