code sanitization
This commit is contained in:
parent
86c3685f6c
commit
2544b371d8
@ -323,9 +323,9 @@ void setup() {
|
|||||||
assert(spi_init() == ESP_OK);
|
assert(spi_init() == ESP_OK);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (HAS_SDCARD)
|
#ifdef HAS_SDCARD
|
||||||
if ( sdcardInit() )
|
if (sdcardInit())
|
||||||
strcat_P(features, " SD");
|
strcat_P(features, " SD");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (VENDORFILTER)
|
#if (VENDORFILTER)
|
||||||
|
Loading…
Reference in New Issue
Block a user