From 1779a76d3c708cf77afed44cd0d6ab5a578599d6 Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Sun, 9 Mar 2025 15:00:12 +0100 Subject: [PATCH] Update default model to "Filet o Fish" Changed the DEFAULT_MODEL constant and updated the associated model hash to reflect the new default. This ensures consistency between the code and the new model configuration. --- common/model.h | 2 +- sunnypilot/models/tests/model_hash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/model.h b/common/model.h index 3dc83af54..6a3286acc 100644 --- a/common/model.h +++ b/common/model.h @@ -1 +1 @@ -#define DEFAULT_MODEL "Not Too Shabby (Default)" +#define DEFAULT_MODEL "Filet o Fish (Default)" diff --git a/sunnypilot/models/tests/model_hash b/sunnypilot/models/tests/model_hash index 1f2d773fa..2f50b2085 100644 --- a/sunnypilot/models/tests/model_hash +++ b/sunnypilot/models/tests/model_hash @@ -1 +1 @@ -c0636e407aa49a3e227d63dd7bc9c625fa681c10a11af1ab4e11214cface123e \ No newline at end of file +dec34c57c4131f6fca5d1035201d1afbf43e5250cede7bfdc798371af008afad \ No newline at end of file