Difference between revisions of "MQTT: Arduino install library untuk PubSubClient.h"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 12: | Line 12: | ||
Lebih baik add melalui menu Sketch > Include Library > Add .ZIP Library | Lebih baik add melalui menu Sketch > Include Library > Add .ZIP Library | ||
+ | |||
+ | Atau | ||
+ | |||
+ | wget https://github.com/knolleary/pubsubclient/archive/master.zip | ||
+ | mv master.zip ~/Arduino/libraries/ | ||
+ | cd ~/Arduino/libraries/ | ||
+ | unzip master.zip | ||
+ | |||
+ | |||
Latest revision as of 10:43, 14 June 2022
MQTT membutuhkan library untuk PubSubClient.h
Download dari
https://github.com/knolleary/pubsubclient/archive/master.zip
bisa dengan
cd ~/Downloads wget https://github.com/knolleary/pubsubclient/archive/master.zip
Lebih baik add melalui menu Sketch > Include Library > Add .ZIP Library
Atau
wget https://github.com/knolleary/pubsubclient/archive/master.zip mv master.zip ~/Arduino/libraries/ cd ~/Arduino/libraries/ unzip master.zip