Sammy Flemington

Results 2 issues of Sammy Flemington

I am working on Windows 10. Whenever my students drag downloaded code into the EV3 drive, the program runs as expected. However, after quitting the program, the newly uploaded code...

Inside _handle_packet, the line `packet_data = payload.slice(1, payload.size() - 1)` slices off the last byte of the payload and makes bytes_to_var fail on the client. The line should be changed...