Skip to content

Commit

Permalink
nodemcu: use the Tasmota firmware 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Jul 1, 2024
1 parent bb0b117 commit a92388d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodemcu/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ with import <nixpkgs> { };
let

firmware = fetchurl {
url = "https://github.com/arendst/Tasmota/releases/download/v8.2.0/tasmota.bin";
sha256 = "12a03e7f486c2974a79f058f0a94cc063c8aa35550370e5e9e2764ec99bc341a";
url = "https://github.com/arendst/Tasmota/releases/download/v14.1.0/tasmota.bin";
sha256 = "sha256-tcy79NlSnmJ3foLfYIDLPbR5fpW9ItVkuApO9+MS9n0=";
};

in
Expand Down

0 comments on commit a92388d

Please sign in to comment.