ESPHome 2026.3.3
Loading...
Searching...
No Matches
optional.h
Go to the documentation of this file.
1#pragma once
2
3#include <optional>
4
5namespace esphome {
6
7using std::make_optional;
8using std::nullopt;
9using std::nullopt_t;
10using std::optional;
11
12} // namespace esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7