mirror of https://github.com/arendst/Tasmota.git
Silence info universal file system used
because it is default enabled fs
This commit is contained in:
parent
f62f86aeb7
commit
717771eec6
|
@ -81,7 +81,7 @@ uint32_t DecodeLightId(uint32_t hue_id);
|
|||
|
||||
#undef USE_SCRIPT_FATFS
|
||||
#define USE_SCRIPT_FATFS -1
|
||||
#pragma message "universal file system used"
|
||||
// #pragma message "universal file system used"
|
||||
|
||||
#else // USE_UFILESYS
|
||||
|
||||
|
|
Loading…
Reference in New Issue