Files
Calendink/Client/main/provider.hpp
T

9 lines
253 B
C++

#pragma once
#include "types.hpp"
#include <cstddef>
// Resolve the Provider's IP and run the device registration + screen fetch
// test flow. Call once after WiFi is connected.
bool test_provider_communication(uint8 *out_buffer, size_t buffer_size);