Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vovagorodok committed Jun 29, 2024
1 parent 08f45c0 commit 747d51a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ArduinoBleOTA",
"version": "1.0.2",
"version": "1.1.0",
"description": "Bluetooth low energy (BLE) library for uploads",
"keywords": "BLE, OTA, bluetooth, upload, update",
"repository":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=vovagorodok_ArduinoBleOTA
version=1.0.2
version=1.1.0
author=vovagorodok
maintainer=vovagorodok <[email protected]>
sentence=Bluetooth low energy (BLE) library for uploads.
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build_flags =
-D USE_NIM_BLE_ARDUINO_LIB
lib_deps =
${env.lib_deps}
h2zero/NimBLE-Arduino@^1.4.1
h2zero/NimBLE-Arduino@^1.4.2

[env:esp32dev_native]
platform = espressif32
Expand Down
12 changes: 6 additions & 6 deletions tools/release_builder/example_hardware_esp32.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,44 +7,44 @@

"software_name": "Example SW",
"software_version": [1, 0, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_example_v1.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_esp32_example_v1.0.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"hardware_version": [1, 0, 0]
},
{
"software_name": "Example SW",
"software_version": [1, 1, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_example_v1.1.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_esp32_example_v1.1.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"hardware_version": [1, 0, 0]
},
{
"software_name": "Example SW",
"software_version": [1, 1, 2],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_example_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_esp32_example_v1.1.2.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"min_hardware_version": [1, 0, 0],
"max_hardware_version": [1, 0, 2]
},
{
"software_name": "Example SW",
"software_version": [2, 0, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_example_v2.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_esp32_example_v2.0.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"min_hardware_version": [2, 0, 0],
"max_hardware_version": [2, 0, 1]
},
{
"software_name": "Other SW",
"software_version": [1, 6, 6],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_other_v1.6.6.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_esp32_other_v1.6.6.bin",
"min_hardware_version": [1, 0, 0],
"max_hardware_version": [1, 0, 3]
},
{
"software_name": "Experimental SW",
"software_version": [1, 1, 2],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_esp32_experimental_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_esp32_experimental_v1.1.2.bin",
"software_text": "https://raw.githubusercontent.com/vovagorodok/ArduinoBleOTA/main/tools/release_builder/example_software_text.md"
}
]
Expand Down
12 changes: 6 additions & 6 deletions tools/release_builder/example_hardware_samd.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,44 +7,44 @@

"software_name": "Example SW",
"software_version": [1, 0, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_example_v1.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_samd_example_v1.0.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"hardware_version": [1, 0, 0]
},
{
"software_name": "Example SW",
"software_version": [1, 1, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_example_v1.1.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_samd_example_v1.1.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"hardware_version": [1, 0, 0]
},
{
"software_name": "Example SW",
"software_version": [1, 1, 2],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_example_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_samd_example_v1.1.2.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"min_hardware_version": [1, 0, 0],
"max_hardware_version": [1, 0, 2]
},
{
"software_name": "Example SW",
"software_version": [2, 0, 0],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_example_v2.0.0.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_samd_example_v2.0.0.bin",
"software_icon": "https://raw.githubusercontent.com/vovagorodok/ble_ota_app/main/web/icons/Icon-192.png",
"min_hardware_version": [2, 0, 0],
"max_hardware_version": [2, 0, 1]
},
{
"software_name": "Other SW",
"software_version": [1, 6, 6],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_other_v1.6.6.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_samd_other_v1.6.6.bin",
"min_hardware_version": [1, 0, 0],
"max_hardware_version": [1, 0, 3]
},
{
"software_name": "Experimental SW",
"software_version": [1, 1, 2],
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.0.2/firmware_samd_experimental_v1.1.2.bin",
"software_path": "https://github.com/vovagorodok/ArduinoBleOTA/releases/download/1.1.0/firmware_samd_experimental_v1.1.2.bin",
"software_text": "https://raw.githubusercontent.com/vovagorodok/ArduinoBleOTA/main/tools/release_builder/example_software_text.md"
}
]
Expand Down

0 comments on commit 747d51a

Please sign in to comment.