mirror of https://github.com/arendst/Tasmota.git
Updated Tasmota Scripting Language (markdown)
parent
930e9f46f9
commit
8e6b85ba10
|
@ -222,9 +222,9 @@ ends
|
|||
```
|
||||
specifies a switch case selector (numeric or string)
|
||||
|
||||
**SD Card Support**
|
||||
Enable by `CARD_CS` = gpio pin of card chip select (+ 10k flash)
|
||||
`#define USE_SCRIPT_FATFS CARD_CS`
|
||||
**SD Card Support** (+ 10k flash)
|
||||
`#define USE_SCRIPT_FATFS` `CARD_CS`
|
||||
`CARD_CS` = gpio pin of card chip select
|
||||
SD card uses standard hardware spi gpios: mosi,miso,sclk
|
||||
A maximum of 4 files may be open at a time
|
||||
e.g., allows for logging sensors to a tab delimited file and then download (see example below)
|
||||
|
|
Loading…
Reference in New Issue