mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12536 from Jason2866/patch-5
Silence scripter info "universal file system used"
This commit is contained in:
commit
0a04ed0082
|
@ -81,7 +81,7 @@ uint32_t DecodeLightId(uint32_t hue_id);
|
||||||
|
|
||||||
#undef USE_SCRIPT_FATFS
|
#undef USE_SCRIPT_FATFS
|
||||||
#define USE_SCRIPT_FATFS -1
|
#define USE_SCRIPT_FATFS -1
|
||||||
#pragma message "universal file system used"
|
// #pragma message "universal file system used"
|
||||||
|
|
||||||
#else // USE_UFILESYS
|
#else // USE_UFILESYS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue