small change to simplify the driver's task
[?]
Jan 8, 2023, 5:23 AM
YOK66CEWEGIBNRNHE2AJ5SDVGWDCSIJL73JWOK2SWP24M42NOUGACDependencies
- [2]
F735F5KOnow fix copy-paste errors in GET* - [3]
LRDM35CEapp running again - [4]
5U3UBEQDnew command: batch GET
Change contents
- replacement in live.lua at line 255
live.send_to_driver(table.concat(result, '\n--fw: definition boundary--\n'))local delimiter = '\n==fw: definition boundary==\n'live.send_to_driver(table.concat(result, delimiter)..delimiter) -- send a final delimiter to simplify the driver's task