kmpm / nodemcu-uploader

Upload files to your esp8266 running nodeMcu
MIT License
319 stars 89 forks source link

follow up to #57: when download is not preceeded by upload, lua code is not present in device #58

Closed flyniki closed 8 years ago

flyniki commented 8 years ago

due to a missing call uploader.prepare() in function operation_download, lua code is not downloaded to the device, if download is not preceeded by upload. Adding if uploader.prepare(): like in function operation_upload might fix it.