added timezone to bootlog

This commit is contained in:
2017-09-17 19:14:24 +02:00
parent 82fd9e5ad1
commit ac56b1dc61
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ void ICACHE_FLASH_ATTR user_init(void)
banner_info("Firmware (c) Ondrej Hruska, 2017");
banner_info(TERMINAL_GITHUB_REPO);
banner_info("");
banner_info("Version "FIRMWARE_VERSION", built " __DATE__ " at " __TIME__);
banner_info("Version "FIRMWARE_VERSION", built " __DATE__ " at " __TIME__ " " __TIMEZONE__);
printf("\r\n");
ioInit();