printer
All checks were successful
Deploy WebSocket Server / deploy (push) Successful in 19s

This commit is contained in:
jeremygan2021
2026-03-05 20:45:34 +08:00
parent 409b69b633
commit 6a64c54cae
2 changed files with 38 additions and 3 deletions

View File

@@ -7,10 +7,10 @@ from time import sleep_ms
# ----------------------------打印机引脚配置-------------------------------------------------
# TTL 引脚配置
ttl_tx = Pin(2) # TTL TX 连接到引脚22
ttl_rx = Pin(1) # TTL RX 连接到引脚23
ttl_tx = Pin(18) # TTL TX 连接到引脚22
ttl_rx = Pin(17) # TTL RX 连接到引脚23
ttl_Dtr = Pin(6) # TTL TX 连接到引脚22
ttl_Dtr = Pin(12) # TTL TX 连接到引脚22
# ----------------------------epaper配置-------------------------------------------------