mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
remove un-needed ifdef that was overwriting docs for one about ESP32 (#1145)
This commit is contained in:
parent
d0b0e8202c
commit
7097e156f0
@ -580,7 +580,6 @@ Pipe this file to a stream (an object with a 'write' method)
|
||||
"class" : "E",
|
||||
"name" : "flashFatFS",
|
||||
"generate" : "jswrap_E_flashFatFS",
|
||||
"ifndef" : "SAVE_ON_FLASH",
|
||||
"ifdef" : "USE_FLASHFS",
|
||||
"params" : [
|
||||
["options","JsVar",["An optional object `{ addr : int=0x300000, sectors : int=256, readonly : bool=false, , format : bool=false }`","addr : start address in flash","sectors: number of sectors to use","readonly: set to true if you want to disable write","format: Format the media"]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user