-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v0.4.4' into main
- Loading branch information
Showing
14 changed files
with
594 additions
and
9 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,7 +1,7 @@ | ||
author: mark dornbach <[email protected]> | ||
description: a minimal firmware for ota flashing tasmota from mongoose os | ||
platform: esp8266 | ||
version: 0.4.3 | ||
version: 0.4.4 | ||
|
||
libs_version: ${mos.version} | ||
modules_version: ${mos.version} | ||
|
@@ -31,6 +31,7 @@ libs: | |
- origin: https://github.com/mongoose-os-libs/rpc-uart # RPC via serial console | ||
- origin: https://github.com/mongoose-os-libs/rpc-service-config # manage device configuration remotely | ||
- origin: https://github.com/mongoose-os-libs/ca-bundle # CA certificates | ||
- origin: https://github.com/mongoose-os-libs/ota-http-server # local OTA update via HTTP POST | ||
|
||
conds: | ||
- when: build_vars.TARGETFW == "tasmota" | ||
|
@@ -87,7 +88,7 @@ conds: | |
MGOS_ROOT_FS_TYPE: SPIFFS | ||
- when: build_vars.MODEL == "ShellyRGBW2" | ||
apply: | ||
name: rgbw2 | ||
name: rgbw2-color | ||
build_vars: | ||
FS_SIZE: 262144 | ||
FLASH_SIZE: 2097152 | ||
|
@@ -149,7 +150,7 @@ conds: | |
FLASH_SIZE: 2097152 | ||
BOOT_CONFIG_ADDR: 0x7000 | ||
MGOS_ROOT_FS_TYPE: SPIFFS | ||
- when: build_vars.MODEL == "ShellyBulbDuo" | ||
- when: build_vars.MODEL == "ShellyDuo" | ||
apply: | ||
name: bulbduo | ||
build_vars: | ||
|
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
Oops, something went wrong.