Update a comment

This commit is contained in:
Emma Broman
2022-04-28 14:33:39 +02:00
parent 8896b92f82
commit 5e07d9f134

View File

@@ -121,9 +121,10 @@ void SkyBrowserTopic::sendBrowserData() {
_connection->sendJson(wrappedPayload(jsonData));
}
// @TODO (2022-04-28, emmbr) The message is stills ent every time the camera moves,
// because this changes the "roll" parameter of the browser. This is the update that
// occurs most often. Maybe it could be separated into it's own topic?
// @TODO (2022-04-28, emmbr) The message is still sent very often; every time the
// camera moves or the time is changes, because this changes the "roll" parameter
// of the browser. This is the update that occurs most often. Maybe it could be
// separated into it's own topic?
_lastUpdateJsonString = jsonString;
}