First commit of Mikubot

This commit is contained in:
2015-04-14 20:21:23 +02:00
parent 77d7d65412
commit ce629850e2
106 changed files with 725 additions and 1332 deletions

View File

@ -99,7 +99,7 @@ function download_to_file(url, file_name)
file_name = file_name or get_http_file_name(url, headers)
local file_path = "/tmp/"..file_name
local file_path = "/home/pi/Mikubot/tmp/"..file_name
print("Saved to: "..file_path)
file = io.open(file_path, "w+")