mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-10 16:59:52 +01:00
9 lines
279 B
C
9 lines
279 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
// The referenced values are generated by pio-scripts/auto_firmware_version.py
|
|
|
|
extern const char* __COMPILED_GIT_HASH__;
|
|
extern const char* __COMPILED_GIT_BRANCH__;
|
|
// extern const char *__COMPILED_DATE_TIME_UTC_STR__;
|