Skip to content

Commit

Permalink
Merge pull request #62 from thankthemaker/refactoring
Browse files Browse the repository at this point in the history
Refactoring (new OTA update, some bugfixes)
  • Loading branch information
thankthemaker authored Sep 23, 2023
2 parents c4397b5 + 3939242 commit 2d600cf
Show file tree
Hide file tree
Showing 42 changed files with 1,220 additions and 9,588 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ extensions.json
/cmake-build-**
/CMakeLists.txt
/CMakeListsPrivate.txt
rESCue.code-workspace
.vscode/settings.json
6 changes: 6 additions & 0 deletions huga_app.csv
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,
5 changes: 5 additions & 0 deletions lib/ble_ota_dfu/keywords.txt
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
14 changes: 14 additions & 0 deletions lib/ble_ota_dfu/library.json
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"]
}
9 changes: 9 additions & 0 deletions lib/ble_ota_dfu/library.properties
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
Loading

0 comments on commit 2d600cf

Please sign in to comment.