digitalsputnik / ApolloFirmware

Micropython software for the Apollo lamps
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Artnet Repl Long Commands Functionality #45

Open MJoosep opened 2 years ago

MJoosep commented 2 years ago

If a Repl command exceeds x characters/lines, receive the command in parts without evaluating each part. Parts could be saved in a file on flash. When all parts have been received evaluate the entire command. This logic must also be implemented on DSDM for it to work.