deserializeJson SLOW! - StevenMacias/velociruabtor_v2 GitHub Wiki

The size of the JsonDocument has to be big enough. StaticJsonDocument<2048> rx_json; Set a timeout for the serial improved the speed too. BT_SERIAL.setTimeout(50);

Maybe because the parse functions have a timeout.

⚠️ **GitHub.com Fallback** ⚠️