1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

renamed two lua scripts

This commit is contained in:
Federico Fissore
2013-07-05 13:50:00 +02:00
parent 6eec8e0922
commit 172007b475
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ void setup() {
void loop() {
Process wifiCheck; // initialize a new process
wifiCheck.runShellCommand("lua /arduino/pretty_wifi_info.lua"); // command you want to run
wifiCheck.runShellCommand("/usr/bin/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: