* experiment: enabling forwarding in terminal chat

This commit is contained in:
Scott Powell 2025-03-26 03:57:36 +11:00
parent d32e641225
commit 321a9425da
3 changed files with 11 additions and 7 deletions

View file

@ -93,5 +93,5 @@ int ESPNOWRadio::recvRaw(uint8_t* bytes, int sz) {
}
uint32_t ESPNOWRadio::getEstAirtimeFor(int len_bytes) {
return 2; // Fast AF
return 4; // Fast AF
}