Start: 9:00
- Worked on figuring out what was wrong with the code which allows more than one packet to be send.
- Fixed calculations for number of packets and for figuring out buffer position when loading the buffers
- uint8_t has a weird definition in the avr world. I changed all instances to unsigned char to ensure this didn’t cause any problems for me. uint16_t is still required
- Started using the addon I recommended in the previous post. It pretty much automates everything that is really annoying.
- Fixed lo0ts of minor bugs and things that could potentially cause major problems but Still can not get the arduino to receive properly
End: 10:00
