Merge pull request #215 from oe1kbc/patch-12

Update FCSNetwork.h
This commit is contained in:
Jonathan Naylor 2020-09-06 15:24:37 +01:00 committed by GitHub
commit 8c5d4e161d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ private:
CTimer m_resetTimer;
FCS_STATE m_state;
void writeOptions();
void writeOptions(const std::string& reflector);
void writeInfo();
void writePing();
};