OpenGarage Forums OpenGarage Firmware Compiling firmware in June 2022, slight mistake in the GitHub instructions.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #2473

    speedy
    Participant

    I was having trouble compiling the code for the first time and finally found out what the problem was, so am posting here to help others.

    The instructions posted on GitHub are good and correct, except for one thing. The link to the PubSubClient library is by Nick O’leary:

    MQTT PubSUbClient https://github.com/knolleary/pubsubclient (version 2.8)

    However, if you use that version, you will get some errors on compilation and it will fail. The CORRECT library to use is the one modified by Ian Tester:

    https://github.com/Imroy/pubsubclient

    I found the discrepancy by looking through the code, where the author kindly pointed to this specific library.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.

OpenGarage Forums OpenGarage Firmware Compiling firmware in June 2022, slight mistake in the GitHub instructions.