Add buildstamp epoch to initial debug output

This commit is contained in:
Ben Meadors 2024-09-13 19:43:50 -05:00
parent 35cfe4318a
commit ae791ca7e1

View File

@ -586,6 +586,9 @@ void setup()
// Hello
printInfo();
#ifdef BUILD_EPOCH
LOG_INFO("Build timestamp: %ld\n", BUILD_EPOCH);
#endif
#ifdef ARCH_ESP32
esp32Setup();