Skip to content

Commit bb7b511

Browse files
author
Greg Smith
committed
Final release of V1.0.8.2, out of beta. Same binaries as beta 6.
1 parent 687767b commit bb7b511

19 files changed

+37
-56
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ For more information about the firmware development and customisation, refer to
9595
- https://github.com/vit3k/tonex_controller for great work on reverse engineering the Tonex One USB protocol
9696

9797
## Firmware Release Notes <a name="release_notes"></a>
98-
V1.0.8.2 (beta 4):
98+
V1.0.8.2:
9999
- Changes to make the controller work with the latest Tonex editor release
100100
- Fixed memory leak in web config that would eventually lead to malfunction
101101
- Added the ability to configure the WiFi transmit power
@@ -104,6 +104,14 @@ V1.0.8.2 (beta 4):
104104
- Fixed issue where Stomp mode was not set by code, requiring it to be set manually (was broken by latest Ik changes)
105105
- Fixed issue where the new external footswitch effect toggles didn't take into account the current state, resulting in needing multiple presses in some cases
106106
- Changed communications to use the new messages that IK added. Much faster effect switching, and reduced ram usage
107+
- added Amplifier Presence and Depth controls to web and 4.3B UI
108+
- fixed up issues with cabinet disable via web and 4.3B UI
109+
- added globals page to web and 4.3B UI, with input trim, BPM, tempo source and global cabinet bypass
110+
- added support for Tap Tempo, via Midi and external footswitches
111+
- fixed issue where some web params would be displayed as rounded to the nearest integer
112+
- set Direct Monitoring automatically to the right setting
113+
- New method of preset sync on boot that no longer changes any preset assignments
114+
107115

108116
V1.0.7.2:
109117
- New WiFi options, now allowing connection to other access points.

Releases/beta/TonexOneController_V1.0.8.2_beta_6_DevKitC_N16R8.zip renamed to Releases/V1.0.8.2/TonexOneController_V1.0.8.2_DevKitC_N16R8.zip

File renamed without changes.

Releases/beta/TonexOneController_V1.0.8.2_beta_6_DevKitC_N8R2.zip renamed to Releases/V1.0.8.2/TonexOneController_V1.0.8.2_DevKitC_N8R2.zip

File renamed without changes.

Releases/beta/TonexOneController_V1.0.8.2_beta_6_M5AtomS3R.zip renamed to Releases/V1.0.8.2/TonexOneController_V1.0.8.2_M5AtomS3R.zip

File renamed without changes.

Releases/beta/TonexOneController_V1.0.8.2_beta_6_Waveshare_1_69.zip renamed to Releases/V1.0.8.2/TonexOneController_V1.0.8.2_Waveshare_1_69.zip

File renamed without changes.

Releases/beta/TonexOneController_V1.0.8.2_beta_6_Waveshare_1_69_Touch.zip renamed to Releases/V1.0.8.2/TonexOneController_V1.0.8.2_Waveshare_1_69_Touch.zip

File renamed without changes.

Releases/beta/TonexOneController_V1.0.8.2_beta_6_Waveshare_4_3B_Display_Amp_Skins.zip renamed to Releases/V1.0.8.2/TonexOneController_V1.0.8.2_Waveshare_4_3B_Display_Amp_Skins.zip

File renamed without changes.

Releases/beta/TonexOneController_V1.0.8.2_beta_6_Waveshare_4_3B_Display_Pedal_Skins.zip renamed to Releases/V1.0.8.2/TonexOneController_V1.0.8.2_Waveshare_4_3B_Display_Pedal_Skins.zip

File renamed without changes.

Releases/beta/TonexOneController_V1.0.8.2_beta_6_Waveshare_Zero.zip renamed to Releases/V1.0.8.2/TonexOneController_V1.0.8.2_Waveshare_Zero.zip

File renamed without changes.

Releases/V1.0.8.2/readme.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Release V1.0.8.2.
2+
3+
<br><br>
4+
<br><br>
5+
Files for each platform:
6+
- Espressif DevKit-C with 2 MB PSRAM (Quad SPI):<br>
7+
TonexOneController_V1.0.8.2_DevKitC_N8R2.zip
8+
<br><br>
9+
- Espressif DevKit-C with 8 MB PSRAM (Octal SPI):<br>
10+
TonexOneController_V1.0.8.2_DevKitC_N16R8.zip
11+
<br><br>
12+
- M5Stack Atom S3R:<br>
13+
TonexOneController_V1.0.8.2_M5AtomS3R.zip
14+
<br><br>
15+
- Waveshare 1.69" LCD board (no Touch):<br>
16+
TonexOneController_V1.0.8.2_Waveshare_1_69.zip
17+
<br><br>
18+
- Waveshare 1.69" Touch LCD board:<br>
19+
TonexOneController_V1.0.8.2_Waveshare_1_69_Touch.zip
20+
<br><br>
21+
- Waveshare 4.3B board, Amplifier skin images:<br>
22+
TonexOneController_V1.0.8.2_Waveshare_4_3B_Display_Amp_Skins.zip
23+
<br><br>
24+
- Waveshare 4.3B board, Pedal skin images:<br>
25+
TonexOneController_V1.0.8.2_Waveshare_4_3B_Display_Pedal_Skins.zip
26+
<br><br>
27+
- Waveshare Zero board:<br>
28+
TonexOneController_V1.0.8.2_Waveshare_Zero.zip

0 commit comments

Comments
 (0)