Skip to content

Commit

Permalink
Refactor and bug fixes
Browse files Browse the repository at this point in the history
* Refactor all into classes
* use enums for better readable code
* remove global variables
* fix issue xfjx#37 (Rückwärtsspulen im Spezialmodus (Album))
* fix issue xfjx#87 (mute because 3 button pressed when adminmenü locked)
* fix issue xfjx#70 (Don't leak memory when removing modifiers)
* add startup jingle
  • Loading branch information
bernd committed Oct 30, 2021
1 parent 36ec283 commit 17f7254
Show file tree
Hide file tree
Showing 17 changed files with 2,234 additions and 1,765 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ Temporary Items

# TonUINO
/tools/*.pyc
/Release/
/sc-card_priv/
/sloeber.ino.cpp
/spec.d
/.cproject
/.project
/.pydevproject
/.sproject
/.settings
Loading

0 comments on commit 17f7254

Please sign in to comment.