Skip to content

Commit

Permalink
Bumped firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
siliconwitch committed Oct 8, 2024
1 parent 4226a5e commit 113f7ee
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed assets/frame-firmware-v24.276.1359.zip
Binary file not shown.
Binary file added assets/frame-firmware-v24.282.1117.zip
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.276.1359";
const _firmwareVersion = "v24.282.1117";
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.12
version: 1.4.13

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

0 comments on commit 113f7ee

Please sign in to comment.