FileMode/FileOption debugging, fixes, and added safety.

This commit is contained in:
J-D-K
2025-09-06 19:21:35 -04:00
parent f052d0b2a7
commit e1d592ee9c
44 changed files with 208 additions and 151 deletions

View File

@@ -29,9 +29,9 @@
namespace
{
/// @brief Build month.
constexpr uint8_t BUILD_MON = 8;
constexpr uint8_t BUILD_MON = 9;
/// @brief Build day.
constexpr uint8_t BUILD_DAY = 29;
constexpr uint8_t BUILD_DAY = 6;
/// @brief Year.
constexpr uint16_t BUILD_YEAR = 2025;