You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -95,6 +99,12 @@ It is tailored to the needs of vintage PC enthusiasts, so it drives a 4-digit 7-
95
99
You can connect to the Throttle Blaster via the serial port and set the Frequency and PWM Period.
96
100
This is convenient for launching a game with a `.bat` file that first configures the Throttle Blaster and then launches the game.
97
101
102
+
## Reset to factory defaults during power on (since rev 0.9)
103
+
104
+
Press the button (rotary encoder, or any individual button in other modes) and plug in the ThrottleBlaster to power. The led on the Pico will start flashing fast for around 2 seconds and the MHz display will show "RES".
105
+
106
+
This helps revert the deleted presets or any potential flash-related issue.
107
+
98
108
### UART Circuit
99
109
- Connect the Throttle Blaster's Tx pin to the PC's serial port Rx pin (that is pin 2 of the serial connector), the Throttle Blaster's Rx pin to serial Tx (pin 3) and ground to ground (pin 5)
100
110
@@ -277,6 +287,7 @@ So I don't think there is a way to get the Throttle Blaster to work universally
277
287
278
288
279
289
# Change Log
290
+
- Rev 0.9: Allows deletion of presets and adds flash reset when button pressed during boot.
0 commit comments