Skip to content

Commit

Permalink
Added latest firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
siliconwitch committed Oct 2, 2024
1 parent cf56341 commit 4226a5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/models/app_logic_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'package:shared_preferences/shared_preferences.dart';
final _log = Logger("App logic");

// NOTE Update these when changing firmware or scripts
const _firmwareVersion = "v24.267.0914";
const _firmwareVersion = "v24.276.1359";
const _scriptVersion = "v1.0.0";

enum State {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: noa
description: "A new Flutter project."
publish_to: 'none'
version: 1.4.11
version: 1.4.12

environment:
sdk: '>=3.3.1 <4.0.0'
Expand Down

0 comments on commit 4226a5e

Please sign in to comment.