Fix: send_counters(), port-argument have to be physical port number.

Not the physical port index!
This commit is contained in:
René van Dorst
2026-08-25 07:55:17 +02:00
parent 74013bb14f
commit ee05cd4000
3 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include <stdbool.h>
bool send_counters(uint8_t phys_port_idx);
bool send_counters(uint8_t phys_port);
void send_status(void);
void send_vlan(uint16_t vlan);
void send_basic_info(void);