mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
use non prefixed names for regular files with random name
This commit is contained in:
@@ -21,6 +21,9 @@ void name_generator_make_auto_datetime(
|
||||
const char* prefix,
|
||||
DateTime* custom_time);
|
||||
|
||||
// Generate name without prefix in random names
|
||||
void name_generator_make_auto_basic(char* name, size_t max_name_size, const char* prefix);
|
||||
|
||||
/** Generates random name
|
||||
*
|
||||
* @param name buffer to write random name
|
||||
|
||||
Reference in New Issue
Block a user