Welcome to <%= hostname %>, your Arduino Yún
<% if data["pretty_name"] then %><%= data["pretty_name"] %> (<%= name %>)<% else %>Interface <%= name %><% end %> <% if data["address"] then %>connected<% else %>disconnected<% end %>
<% if data["address"] then %> Address <%= data["address"] %> Netmask <%= data["netmask"] %> <% end %> MAC Address <%= data["mac"] %> Received <%= data["rx"] %> Trasmitted <%= data["tx"] %>
There was a problem last time I tried configuring wireless network.
<% if last_log_error_message then %>
The error is: <%= last_log_error_message %>
<% end %>
Check the following log for details of what went wrong (Show)
A file named <%= update_file %> has been found on the SD card.
<% if update_file_build_date then %>
It contains a version of OpenWrt-Yún built on <%= os.date("%b %d, %Y", update_file_build_date) %>.
<% if update_file_newer then %>
It's a newer version!
<% end %>
<% end %>
Do you wish to use it to reset your Yún?
ATTENTION!!
This will erase everything stored on the Yún and update the whole system! Back up any custom files on your Yún before proceeding!
Upload sketch
Select a .hex file (compiled sketch) and upload it on the microcontroller of this Yún.
For more information about how to obtain the .hex file of your sketch, visit this page.