potential fix for Range Test Leak. Poking around in the dark.

This commit is contained in:
Thomas Göttgens
2023-02-03 00:42:35 +01:00
parent 46fa08dc33
commit fab5e4c5cc
2 changed files with 2 additions and 17 deletions

View File

@@ -43,14 +43,7 @@ class RangeTestModuleRadio : public SinglePortModule
*/
bool appendFile(const meshtastic_MeshPacket &mp);
/**
* Kevin's magical calculation of two points to meters.
*/
float latLongToMeter(double lat_a, double lng_a, double lat_b, double lng_b);
protected:
virtual meshtastic_MeshPacket *allocReply() override;
/** Called to handle a particular incoming message
@return ProcessMessage::STOP if you've guaranteed you've handled this message and no other handlers should be considered for