Navigation

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

    Michael Curtis

    @Michael Curtis

    0
    Reputation
    2
    Posts
    266
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Michael Curtis Follow

    Best posts made by Michael Curtis

    This user hasn't posted anything yet.

    Latest 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