ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
DrZiplok@gmail.com c0c28f8eae Recover 256 bytes of RAM by making the packet transmission code smarter. Now we emit the packet directly from the procedure parameters, rather than wasting time and space packing it into a temporary buffer.
Revert the buffer overflow test until I can work out what James was doing with it.

Don't try to send a text message in response to a message we don't like; we should probably implement a NAK message instead.

Improve the text string sender a bit.  We need to fix the protocol generator for this to be less sucky on the send side.


git-svn-id: https://arducopter.googlecode.com/svn/trunk@827 f9c3cf11-9bcb-44bc-f272-b75c42450872
2010-11-11 07:16:32 +00:00
Arducopter added call to APM_Compass.SetOffsets. This is just to make it easier for people to figure out how to set the values. 2010-10-17 01:43:24 +00:00
ArducopterNG Geographic_correction_factor is now internally calculated (no need for external parameter) 2010-11-10 21:38:56 +00:00
Configurator updated yaw sensor indicator, created installer 2010-10-05 09:26:58 +00:00
Frame PowerDistro -PCB layer files 2010-10-30 08:31:30 +00:00
libraries Recover 256 bytes of RAM by making the packet transmission code smarter. Now we emit the packet directly from the procedure parameters, rather than wasting time and space packing it into a temporary buffer. 2010-11-11 07:16:32 +00:00
Install.txt New version from Ted´s Mikro branch. Added InstantPWM. 2010-07-04 20:15:20 +00:00