Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Michael Curtis
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by Michael Curtis

    • RE: 💬 Building a Raspberry Pi Gateway

      @Michael-Curtis Nevermind, I fixed it.... you ned to add :

      --my-mqtt-password=<PASS>   MQTT password
      --my-mqtt-client-id=<ID>    MQTT client id.
      

      Under "cat"

      And for the actual options under "opt do"

      --my-mqtt-user=*)
          CPPFLAGS="-DMY_MQTT_USER=\\\"${optarg}\\\" $CPPFLAGS"
          ;;
      --my-mqtt-password=*)
          CPPFLAGS="-DMY_MQTT_PASSWORD=\\\"${optarg}\\\" $CPPFLAGS"
          ;;
      

      then just add those option flags to the ./configure and run make

      posted in Announcements
      Michael Curtis
      Michael Curtis
    • RE: 💬 Building a Raspberry Pi Gateway

      Does anyone know if the Raspberry implementation have a UserPassword option for ./configure MQTT

      posted in Announcements
      Michael Curtis
      Michael Curtis