Porównaj commity

..

1 Commity

Autor SHA1 Wiadomość Data
sp9unb f0df864f86 Change PortNum for RangeTest 2023-05-27 21:58:28 +02:00
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -29,7 +29,7 @@ class RangeTestModuleRadio : public SinglePortModule
uint32_t lastRxID = 0; uint32_t lastRxID = 0;
public: public:
RangeTestModuleRadio() : SinglePortModule("RangeTestModuleRadio", meshtastic_PortNum_TEXT_MESSAGE_APP) RangeTestModuleRadio() : SinglePortModule("RangeTestModuleRadio", meshtastic_PortNum_RANGE_TEST_APP)
{ {
loopbackOk = true; // Allow locally generated messages to loop back to the client loopbackOk = true; // Allow locally generated messages to loop back to the client
} }
@ -53,4 +53,4 @@ class RangeTestModuleRadio : public SinglePortModule
virtual ProcessMessage handleReceived(const meshtastic_MeshPacket &mp) override; virtual ProcessMessage handleReceived(const meshtastic_MeshPacket &mp) override;
}; };
extern RangeTestModuleRadio *rangeTestModuleRadio; extern RangeTestModuleRadio *rangeTestModuleRadio;

Wyświetl plik

@ -1,4 +1,4 @@
[VERSION] [VERSION]
major = 2 major = 2
minor = 1 minor = 1
build = 14 build = 13