mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 14:42:05 +00:00
Add buildstamp epoch to initial debug output
This commit is contained in:
parent
35cfe4318a
commit
ae791ca7e1
@ -586,6 +586,9 @@ void setup()
|
|||||||
|
|
||||||
// Hello
|
// Hello
|
||||||
printInfo();
|
printInfo();
|
||||||
|
#ifdef BUILD_EPOCH
|
||||||
|
LOG_INFO("Build timestamp: %ld\n", BUILD_EPOCH);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef ARCH_ESP32
|
#ifdef ARCH_ESP32
|
||||||
esp32Setup();
|
esp32Setup();
|
||||||
|
Loading…
Reference in New Issue
Block a user