Skip to content

Commit eb35d69

Browse files
committed
update printed volume label
1 parent 4998356 commit eb35d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fruitjam_synthio_speaker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
print("\n=== Synthio Test ===")
1818
for vol in VOLUMES:
1919
pobj.volume = vol
20-
print(f"Speaker volume: {vol}")
20+
print(f"Volume: {vol}")
2121
for note in C_major_scale:
2222
synth.press(note)
2323
time.sleep(0.1)

0 commit comments

Comments
 (0)