From 92d5e30f3ca847f6cd2f5fa9ed4cebca8cbeae18 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 24 May 2025 17:49:01 +0200 Subject: [PATCH] t03: message forwarding is now much faster. this is very visible when flashing firmware to nodes via t03 device. --- avr/modules/uart_hw/comonuart0.asm | 2 +- avr/modules/uart_hw/ttyonuart1.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/avr/modules/uart_hw/comonuart0.asm b/avr/modules/uart_hw/comonuart0.asm index 60ebe7b..402dee0 100644 --- a/avr/modules/uart_hw/comonuart0.asm +++ b/avr/modules/uart_hw/comonuart0.asm @@ -10,7 +10,7 @@ .equ COMONUART0_IFACENUM = 1 .equ COMONUART0_READ_TIMEOUT = 3 -.equ COMONUART0_MSG_INTERVAL = 1 +.equ COMONUART0_MSG_INTERVAL = 0 diff --git a/avr/modules/uart_hw/ttyonuart1.asm b/avr/modules/uart_hw/ttyonuart1.asm index 2e436ea..2185ad2 100644 --- a/avr/modules/uart_hw/ttyonuart1.asm +++ b/avr/modules/uart_hw/ttyonuart1.asm @@ -9,7 +9,7 @@ .equ TTYONUART1_SKIPTIME = 2 -.equ TTYONUART1_MSG_INTERVAL = 2 +.equ TTYONUART1_MSG_INTERVAL = 0 .equ TTYONUART1_IFACENUM = 2