mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
updated pretty_wifi_info.lua script path
This commit is contained in:
parent
7455a7a7d8
commit
051772ba50
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user