|
SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
|
#include <cstddef>Go to the source code of this file.
Namespaces | |
| namespace | sensesp |
Functions | |
| bool | sensesp::sk_delta_exceeds_ws_buffer (size_t delta_length, size_t buffer_size) |
| True if a delta is too large to hand to esp_websocket_client as a single tx chunk, so send_delta drops it to keep the connection alive. | |