Closed flyniki closed 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.
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.