Skip to content

Commit

Permalink
Smol fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjclement committed Aug 14, 2023
1 parent a6c30f2 commit c91147a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions firmware/python_modules/pixel/rgb.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
PANEL_HEIGHT = 8
MAX_BRIGHTNESS = PANEL_WIDTH

MAX_BRIGHTNESS = PANEL_WIDTH

FONT_7x5 = 0
FONT_6x3 = 1
current_framerate = 24
Expand Down
1 change: 1 addition & 0 deletions firmware/python_modules/pixel/slider.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def _next():
if app:
__import__(app)
except BaseException as e:
import sys
sys.print_exception(e)
if not machine.nvs_get_u8("system", "ignore_crash"):
print("Fatal exception in the running app!")
Expand Down

0 comments on commit c91147a

Please sign in to comment.