Change Clever documentation domain name

This commit is contained in:
Oleg Kalachev
2019-09-09 16:22:48 +03:00
parent 9581cc6496
commit e78c57a734
18 changed files with 24 additions and 25 deletions

View File

@@ -479,7 +479,7 @@ inline void checkState()
throw std::runtime_error("State timeout, check mavros settings");
if (!state.connected)
throw std::runtime_error("No connection to FCU, https://clever.copterexpress.com/connection.html");
throw std::runtime_error("No connection to FCU, https://clever.coex.tech/connection");
}
#define ENSURE_FINITE(var) { if (!std::isfinite(var)) throw std::runtime_error(#var " argument cannot be NaN or Inf"); }