Updated Tasmota Scripting Language (markdown)

Michael Ingraham 2019-07-28 15:55:51 -04:00
parent 930e9f46f9
commit 8e6b85ba10
1 changed files with 3 additions and 3 deletions

@ -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)