ESPHome 2025.5.0
Loading...
Searching...
No Matches
debug_host.cpp
Go to the documentation of this file.
1#include "debug_component.h"
2#ifdef USE_HOST
3#include <climits>
4
5namespace esphome {
6namespace debug {
7
8std::string DebugComponent::get_reset_reason_() { return ""; }
9
10uint32_t DebugComponent::get_free_heap_() { return INT_MAX; }
11
12void DebugComponent::get_device_info_(std::string &device_info) {}
13
15
16} // namespace debug
17} // namespace esphome
18#endif
void get_device_info_(std::string &device_info)
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7