SolidGeek / VescUart

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

Feature request - Add Message Handling > 255 #39

Open Savaesc opened 1 year ago

Savaesc commented 1 year ago

Please add bigger message handling in VescUart.cpp

                    case 3:
                        // ToDo: Add Message Handling > 255 (starting with 3)
                        if( debugPort != NULL ){
                            debugPort->println("Message is larger than 256 bytes - not supported");
                        }
                    break;