com2wi2: test with two interfaces.

This commit is contained in:
Martin Preuss
2025-09-08 23:34:38 +02:00
parent d7e4ee4cca
commit a81acf7b19
4 changed files with 135 additions and 18 deletions

View File

@@ -43,7 +43,7 @@
; firmware settings including list of modules used
;#define MAIN_WITHOUT_MSG_HANDLING ; message handling done here
;#define APP_STATS_NETDEV2
#define APP_STATS_NETDEV2
#define COM_ACCEPT_ALL_DEST ; accept all messages!
; #define MODULES_TIMER
@@ -240,8 +240,8 @@ onEveryLoop:
;.equ netInterfaceData = netUartIface
;.equ netInterfaceData = uart_bitbang_iface
.equ netInterfaceData = com2wi0_iface
;.equ netInterfaceData2 = com2w5_iface
.equ netInterfaceData = com2wi0_iface
.equ netInterfaceData2 = com2wi1_iface