src\main.cpp: In function 'bool parseRoombaStateFromStreamPacket(uint8_t*, int, RoombaState*)':
src\main.cpp:309:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
Quick fix of adding a "return false" statement to the end of the function caused boot-loops, so this will need a more in-depth look.
Getting the following warning on build:
Quick fix of adding a "return false" statement to the end of the function caused boot-loops, so this will need a more in-depth look.