G4lile0 / tinyGS

📡 Open Ground Station Network 🛰
GNU General Public License v3.0
922 stars 176 forks source link

Setting Lora SW from Remote is Incorrect #210

Closed ronyronen closed 10 months ago

ronyronen commented 10 months ago

There's a typo in the tinyGS/src/Mqtt/MQTT_Client.cpp file. It's currently checking for commandCrc, but it seems the intention is to check for commandLsw instead.

  // Remote_LoRa_syncword [8,1,2,3,4,5,6,7,8,9]
  if (!strcmp(command, commandCrc))
    result = radio.remote_lsw((char *)payload, length);
G4lile0 commented 10 months ago

Thanks for the feedback, it was already fixed on the beta branch, #110