ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
core.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 
namespace  esphome::host
 

Functions

char ** esphome::host::get_argv ()
 argv captured by main(); stable for process lifetime.
 
const std::string & esphome::host::get_exe_path ()
 Absolute path to running exe (resolved at startup); empty on failure.
 
void esphome::host::arm_reexec (const std::string &path)
 Arm an execv on the next arch_restart(). Pass empty to disarm.
 
const char * esphome::host::get_reexec_path ()
 Armed re-exec path, or nullptr.
 
void setup ()
 
void loop ()
 
int main (int argc, char **argv)
 

Function Documentation

◆ loop()

void loop ( )

◆ main()

int main ( int argc,
char ** argv )

Definition at line 83 of file core.cpp.

◆ setup()

void setup ( )