BleuLlama / TinyBasicPlus

A C implementation of Tiny Basic, with a focus on support for Arduino
403 stars 117 forks source link

fix esave #6

Closed rmd6502 closed 7 years ago

rmd6502 commented 10 years ago

Ensured that a '\0' is written at the end of the esave, so eload doesn't hang if EEPROM contents were random before.

BleuLlama commented 7 years ago

Need to test this, but it looks ok.