updated pretty_wifi_info.lua script path

This commit is contained in:
Federico Fissore 2013-06-21 12:02:34 +02:00
parent 5f32476ddb
commit afa19e359f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ void setup() {
void loop() {
Process wifiCheck; // initialize a new process
wifiCheck.runShellCommand("lua /usr/lib/lua/pretty_wifi_info.lua"); // command you want to run
wifiCheck.runShellCommand("lua /arduino/pretty_wifi_info.lua"); // command you want to run
// while there's any characters coming back from the
// process, print them to the serial monitor: