Skip to content

Commit 8dbf0f9

Browse files
Update ChangeLog.md
1 parent 06be566 commit 8dbf0f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ChangeLog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Initial Release.
1212
- Latest but modified version of TinyUSB
1313

1414
## Version 1.2.2
15+
1516
- Modified terminal code to be easier to translate.
1617
- German language translation added to serial terminal.
17-
- Multicore Processing. The pi pico has two cores baked into it so might as well use them. The second core is currently dedicated to transmitting the serial mouse data over UART and the first core is dedicated to handing the USB mouse, plus the serial terminal. This should keep the report rate consistant while keeping lag to a minimum.
18-
- Nand wear leveling for saving configuration. Should extend the life of the Pico 200 fold.
18+
- Multi-core Processing. The Pi Pico has two cores baked into it so might as well use them. The second core is currently dedicated to transmitting the serial mouse data over UART and the first core is dedicated to handing the USB mouse, plus the serial terminal. This should keep the report rate consistent while keeping lag to a minimum.
19+
- Flash wear leveling for saving configuration. Should extend the life of the Pico 200 fold.
1920
- Added Support for 19200 baud rate.
2021
- Changed the Dip Switch 6 to toggle between 19200 and 1200 baud rates.
21-
- PWR LED now flashes while the adapater is in serial terminal mode.
22-
- While adpater is in serial terminal mode changes to the dipswitches are ignored. This was an easy way to ruin your day before!
23-
- Changed how Coasting movement type worked. Should feel the same but work more consistantly.
24-
22+
- PWR LED now flashes while the adapter is in serial terminal mode.
23+
- While adapter is in serial terminal mode changes to the dip-switches are ignored. This was an easy way to ruin your day before!
24+
- Changed how Coasting movement type worked. Should feel the same but work more consistently.

0 commit comments

Comments
 (0)