Skip to content

Commit

Permalink
Update teletype5 firmware to the 5.0 release, and make it the default…
Browse files Browse the repository at this point in the history
… for new modules
  • Loading branch information
Dewb committed Jan 11, 2024
1 parent 6345b01 commit d539ee9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
path = firmware/whitewhale
url = https://github.com/Dewb/whitewhale
branch = vcvrack_pr
[submodule "firmware/teletype"]
[submodule "firmware/teletype4"]
path = firmware/teletype4
url = https://github.com/Dewb/teletype
branch = vcvrack-4.0.0
Expand All @@ -18,10 +18,10 @@
path = firmware/ansible
url = https://github.com/Dewb/ansible
branch = vcvrack
[submodule "firmware/firmware/teletype-5"]
[submodule "firmware/teletype5"]
path = firmware/teletype5
url = https://github.com/Dewb/teletype
branch = vcvrack-5
url = https://github.com/monome/teletype
branch = main
[submodule "firmware/whitewhale-kria"]
path = firmware/whitewhale-kria
url = https://github.com/Dewb/kria
Expand Down
2 changes: 1 addition & 1 deletion docs/content/modules/teletype.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Switching firmware will reset the VRAM and NVRAM for the module, so export any s

* Teletype [hardware documentation](http://monome.org/docs/teletype/)
* Teletype manual [on the web](https://monome.org/docs/teletype/manual) and [in PDF format](https://monome.org/docs/teletype/manual.pdf)
* Printable Teletype [command cheat sheet](https://monome.org/docs/teletype/TT_commands_4.0.pdf)
* Printable Teletype 5.0 [command cheat sheet](https://monome.org/docs/teletype/TT_commands_5.0.pdf)
* [Teletype Studies](https://monome.org/docs/teletype/studies-1/)
* [A user's guide to the wonderful world of teletype](https://llllllll.co/t/a-users-guide-to-the-wonderful-world-of-teletype/35971)
* [Teletype workflow, basics, and questions](https://llllllll.co/t/teletype-workflow-basics-and-questions/12392)
Expand Down
2 changes: 1 addition & 1 deletion src/teletype/TeletypeModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct TTParamQuantity : rack::engine::ParamQuantity
};

TeletypeModule::TeletypeModule()
: LibAVR32Module("teletype", "teletype4")
: LibAVR32Module("teletype", "teletype5")
, iiBus(this)
, screenBuffer{}
{
Expand Down

0 comments on commit d539ee9

Please sign in to comment.