[FW] Fixed bug with firmware timing out after transmitting (this took way too long to figure out)

This commit is contained in:
2026-05-17 18:27:53 +01:00
parent 29b30aeb0b
commit d40aa039f7

View File

@ -2,7 +2,7 @@
#define CommandProcessor_h
#define CMD_PROCESSOR_RX_TIMEOUT_MS 200
#define CMD_PROCESSOR_PING_TIMEOUT_MS 500
#define CMD_PROCESSOR_PING_TIMEOUT_MS 2000
#include <Arduino.h>