summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--controllerfw.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/controllerfw.lua b/controllerfw.lua
index b909a5f..ae68999 100644
--- a/controllerfw.lua
+++ b/controllerfw.lua
@@ -881,7 +881,7 @@ local arrowenabled = {
mem.piuparrow = mem.drive.status.vel > 0 and arrowenabled[mem.carstate]
mem.pidownarrow = mem.drive.status.vel < 0 and arrowenabled[mem.carstate]
-mem.flash_fs = false
+mem.flash_fs = (mem.carstate == "fs1" or mem.carstate == "fs2")
mem.flash_is = mem.carstate == "indep"
mem.lanterns = {}