renamed two lua scripts
This commit is contained in:
parent
e9453ceae5
commit
26010e7eac
|
@ -32,7 +32,7 @@ void setup() {
|
||||||
void loop() {
|
void loop() {
|
||||||
Process wifiCheck; // initialize a new process
|
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
|
// while there's any characters coming back from the
|
||||||
// process, print them to the serial monitor:
|
// process, print them to the serial monitor:
|
||||||
|
|
Loading…
Reference in New Issue