1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 16:51:52 +00:00

Update esphome/core/buildinfo.cpp

Co-authored-by: J. Nick Koston <nick+github@koston.org>
This commit is contained in:
David Woodhouse
2025-12-13 12:13:01 +09:00
committed by GitHub
parent d016302e36
commit 15d2d3ff96

View File

@@ -6,7 +6,7 @@
// it would if it were in a header file like version.h.
//
// It's passed in in *string* form so that it can go directly into the
// flash as .rodate instead of using precious RAM to build a date string
// flash as .rodata instead of using precious RAM to build a date string
// from a time_t at runtime.
//
// Determining the target endianness and word size from the generation