mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 22:37:43 +00:00
Added loop option in Replay app
Updated binary
This commit is contained in:
@@ -45,6 +45,7 @@ std::string to_string_hex(const uint64_t n, const int32_t l = 0);
|
||||
std::string to_string_hex_array(uint8_t * const array, const int32_t l = 0);
|
||||
|
||||
std::string to_string_short_freq(const uint64_t f);
|
||||
std::string to_string_time_ms(const uint32_t ms);
|
||||
|
||||
std::string to_string_datetime(const rtc::RTC& value, const TimeFormat format = YMDHMS);
|
||||
std::string to_string_timestamp(const rtc::RTC& value);
|
||||
|
Reference in New Issue
Block a user