Erase Memory Storage File
mem.wipestore(channel)
mem.wipestore() -- all unlocked
#Firmware/v292
mem.wipestore(cfrom, cto) -- range
#Firmware/v292
Parameter | Type | Description |
---|---|---|
channel |
integer | Channel number |
cfrom |
integer | Start channel number |
cto |
integer | Last channel number |
Erases a given channel's storage file.
The file cannot be erased if there is a delivery in process - which would have locked the storage channel.