We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b9c08 commit 032e5f1Copy full SHA for 032e5f1
1 file changed
app/backplane/sensor_module/include/c_sensor_module.h
@@ -44,8 +44,6 @@ class CSensorModule : public CProjectConfiguration {
44
void Cleanup() { dataLoggerTenant.Cleanup(); }
45
46
private:
47
- static std::string generateFlightLogPath();
48
-
49
std::string ipAddrStr = CREATE_IP_ADDR(NNetworkDefs::SENSOR_MODULE_IP_ADDR_BASE, 1, CONFIG_MODULE_ID);
50
const char* sntpServerAddr = "10.2.1.1"; // TODO: Maybe we should look into hostnames? Also, still need to fix the create ip addr bug...
51
0 commit comments