Skip to content

Commit 2e08d54

Browse files
committed
Releasing Rev2.1
1 parent 8405415 commit 2e08d54

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

hardware/output/schematic.pdf

24 KB
Binary file not shown.

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#
3737
# For controlling the Output Amp:
3838
#
39-
# Pin7 / GP6 - ENABLE (fly wire as PCB error)
39+
# Pin7 / GP5 - ENABLE (fly wire as PCB error)
4040
# Pin14 / GP10 - Shared with OLED_CLK
4141
# Pin15 / GP11 - Shared with OLED_DIN
4242
#

pico_timecode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from machine import Timer
1515
from micropython import schedule
1616

17-
VERSION="v2.0+"
17+
VERSION="v2.1"
1818

1919
# set up Globals
2020
eng = None

0 commit comments

Comments
 (0)