|
|
@ -48,7 +48,7 @@ byte CommunicationsController::process(float *azimuth, float *altitude) {
|
|
|
|
return 0;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void CommunicationsController::handle_client() {
|
|
|
|
void CommunicationsController::handleClient() {
|
|
|
|
l4s.flush();
|
|
|
|
l4s.flush();
|
|
|
|
received = recv();
|
|
|
|
received = recv();
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -67,7 +67,7 @@ byte CommunicationsController::parseLook4Sat(float* azimuth, float* altitude) {
|
|
|
|
return 0;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void CommunicationsController::create_connection() {
|
|
|
|
void CommunicationsController::createConnection() {
|
|
|
|
l4s = l4sServer.accept();
|
|
|
|
l4s = l4sServer.accept();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|