#pragma once /* Embedded firmware version — bump on each release */ #define BALANCE_FW_VERSION "1.0.0" #define IO_FW_VERSION "1.0.0" /* Gitea release tag prefixes */ #define BALANCE_TAG_PREFIX "esp32-balance/" #define IO_TAG_PREFIX "esp32-io/" /* Gitea release asset filenames */ #define BALANCE_BIN_ASSET "balance-firmware.bin" #define IO_BIN_ASSET "io-firmware.bin" #define BALANCE_SHA256_ASSET "balance-firmware.sha256" #define IO_SHA256_ASSET "io-firmware.sha256"