Skip to content

Commit 89ea4d8

Browse files
author
Gunnar Plunkett
authored
added call to simpleController in loop
1 parent 8299a74 commit 89ea4d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ino/client/client.ino

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ void loop(void)
214214
}
215215
// read from Serial
216216
if (read_message(&curMsg)) {
217+
simpleController(&curMsg);
217218
if (curMsg.cameraTilt > 0) {
218219
tiltPos+= 10;
219220
} else if (curMsg.cameraTilt < 0) {

0 commit comments

Comments
 (0)