Definition at line 267 of file RpcClient.ino.
267 {
269
270
272
273
275
276
278 if (response) {
280 }
281
282
285
286
291 break;
292
296 break;
297
301 Serial.println(
"\n--- Cycle complete, starting over ---\n");
302 break;
303 }
304 }
305
306
308}
fl::unique_ptr< fl::Remote > remote
void handleResponse(const fl::json &response)
fl::unique_ptr< fl::net::http::HttpStreamClient > transport
const uint32_t CALL_INTERVAL
void sendAsyncStreamRequest()
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...
References CALL_INTERVAL, currentMode, handleResponse(), lastCallTime, remote, sendAsyncRequest(), sendAsyncStreamRequest(), sendSyncRequest(), Serial, TEST_ASYNC, TEST_ASYNC_STREAM, TEST_SYNC, transport, and waitingForResponse.