ESPHome
2026.1.0-dev
Loading...
Searching...
No Matches
esphome
core
build_info_data.h
Go to the documentation of this file.
1
#pragma once
2
3
// This file is not used by the runtime, instead, a version is generated during
4
// compilation with the actual build info values.
5
//
6
// This file is only used by static analyzers and IDEs.
7
8
#define ESPHOME_CONFIG_HASH 0x12345678U
// NOLINT
9
#define ESPHOME_BUILD_TIME 1700000000
// NOLINT
10
#define ESPHOME_COMMENT_SIZE 1
// NOLINT
11
static
const
char
ESPHOME_BUILD_TIME_STR[] =
"2024-01-01 00:00:00 +0000"
;
12
static
const
char
ESPHOME_COMMENT_STR[] =
""
;
Generated by
1.12.0