tve / mqboard

Micro Framework for MicroPython Boards Managed via MQTT
MIT License
118 stars 18 forks source link

mqrepl: put into temp file and rename #7

Open tve opened 4 years ago

tve commented 4 years ago

Currently, if a put fails the destination file is left in a corrupted state. Switch to writing into a temp file and renaming it.