14 void setup()
override;
20 void send_packet(
const std::vector<uint8_t> &buf)
const override;
Helper class to easily give an object a parent of type T.
void send_packet(const std::vector< uint8_t > &buf) const override
size_t get_max_packet_size() override
float get_setup_priority() const override
bool should_send() override
const float AFTER_WIFI
For components that should be initialized after WiFi is connected.
Providing packet encoding functions for exchanging data with a remote host.