Skip to content

Commit

Permalink
Merge pull request #224: Issue_222: Fix bug: TB modification card end…
Browse files Browse the repository at this point in the history
…s active game modification card
  • Loading branch information
boerge1 authored Aug 22, 2024
2 parents 9f5067c + 370a0fc commit 2bfcf6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ Die SD Karte (Ordner mp3 und advert) hat sich gegenüber der Version 3.1.11 geä

# Change Log

## Version 3.1.12 (16.08.2024)
## Version 3.1.12 (22.08.2024)
- [Issue 222](https://github.com/tonuino/TonUINO-TNG/issues/222): Fix bug: TB modification card ends active game modification card
- [Issue 220](https://github.com/tonuino/TonUINO-TNG/issues/220): New shortcut for switching BT on/off
- [Issue 219](https://github.com/tonuino/TonUINO-TNG/issues/219): Disable modification cards during quiz and memory game

Expand Down
2 changes: 1 addition & 1 deletion TonUINO-TNG.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void setup()
LOG(init_log, s_error, F("TonUINO Version 3.1 - refactored by Boerge1\n"));
LOG(init_log, s_error, F("created by Thorsten Voß and licensed under GNU/GPL."));
LOG(init_log, s_error, F("Information and contribution at https://tonuino.de.\n"));
LOG(init_log, s_error, F("V3.1.12 16.08.24\n"));
LOG(init_log, s_error, F("V3.1.12 22.08.24\n"));

#ifdef TonUINO_Classic
LOG(init_log, s_error, F("C "), lf_no);
Expand Down
2 changes: 1 addition & 1 deletion src/tonuino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ bool Tonuino::specialCard(const folderSettings &nfcTag) {
#ifdef BT_MODULE
case pmode_t::bt_module: LOG(card_log, s_info, F("toggle bt module from "), btModuleOn);
switchBtModuleOnOff();
break;
return true;
#endif // BT_MODULE

default: return false;
Expand Down

0 comments on commit 2bfcf6e

Please sign in to comment.