Skip to content

Commit

Permalink
1.70
Browse files Browse the repository at this point in the history
- Add support for remote controlling the TCD keypad through the IR remote control
- Flux sound now off by default
- Better feedback on IR/remote command execution.
  • Loading branch information
realA10001986 authored Jan 14, 2025
1 parent 7d7ebb4 commit c70d7cc
Show file tree
Hide file tree
Showing 14 changed files with 478 additions and 165 deletions.
2 changes: 1 addition & 1 deletion fluxcapacitor-A10001986/fc_audio.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* -------------------------------------------------------------------
* CircuitSetup.us Flux Capacitor
* (C) 2023-2024 Thomas Winischhofer (A10001986)
* (C) 2023-2025 Thomas Winischhofer (A10001986)
* https://github.com/realA10001986/Flux-Capacitor
* https://fc.out-a-ti.me
*
Expand Down
2 changes: 1 addition & 1 deletion fluxcapacitor-A10001986/fc_audio.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* -------------------------------------------------------------------
* CircuitSetup.us Flux Capacitor
* (C) 2023-2024 Thomas Winischhofer (A10001986)
* (C) 2023-2025 Thomas Winischhofer (A10001986)
* https://github.com/realA10001986/Flux-Capacitor
* https://fc.out-a-ti.me
*
Expand Down
6 changes: 3 additions & 3 deletions fluxcapacitor-A10001986/fc_global.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* -------------------------------------------------------------------
* CircuitSetup.us Flux Capacitor
* (C) 2023-2024 Thomas Winischhofer (A10001986)
* (C) 2023-2025 Thomas Winischhofer (A10001986)
* https://github.com/realA10001986/Flux-Capacitor
* https://fc.out-a-ti.me
*
Expand All @@ -15,8 +15,8 @@
*** Version Strings ***
*************************************************************************/

#define FC_VERSION "V1.61"
#define FC_VERSION_EXTRA "OCT272024"
#define FC_VERSION "V1.70"
#define FC_VERSION_EXTRA "JAN142025"

//#define FC_DBG // debug output on Serial

Expand Down
Loading

0 comments on commit c70d7cc

Please sign in to comment.