SolidGeek / VescUart

An Arduino library for interfacing with the VESC over UART
GNU General Public License v3.0
177 stars 92 forks source link

Fix buffer_get_bool does not increase the index #56

Closed Sahapat closed 9 months ago

Sahapat commented 9 months ago

I found that when getting boolean value from byte package the index is not increased. So, I checked the buffer_get_bool function, its increase on the value not the reference of index.