We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7784b commit 2966c88Copy full SHA for 2966c88
src/YunMQTTInstall.cpp
@@ -30,7 +30,7 @@ void YunMQTTInstall() {
30
sendCommand("Install python SSL support", "opkg install python-openssl");
31
sendCommand("Install 'pip'", "easy_install pip");
32
sendCommand("Install 'paho-mqtt'", "pip install paho-mqtt");
33
- sendCommand("Download script", "wget https://raw.githubusercontent.com/256dpi/arduino-mqtt/yun-client/yun/client.py --no-check-certificate -o /usr/client.py");
+ sendCommand("Download script", "wget https://raw.githubusercontent.com/256dpi/arduino-mqtt/yun-client/yun/client.py --no-check-certificate -O /usr/client.py");
34
35
Serial.println("Installation finished!");
36
}
0 commit comments