You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
i think there is a ram problem,
and it must to be optimized!!!
original ArduCopter V2.7.1
has on init Free RAM: 1485
in the loop Free RAM: 1061
if defines
#define HOTT_TELEMETRY
#define HOTT_TELEMETRY_SERIAL_PORT 2
were set
on init Free RAM: 830
in loop Free RAM: 414
if defines
#define HOTT_TELEMETRY
#define HOTT_TELEMETRY_SERIAL_PORT 2
#define HOTT_SIM_GPS_SENSOR
were set
on init Free RAM: 766
in loop Free RAM: 322
if defines
#define HOTT_TELEMETRY
#define HOTT_TELEMETRY_SERIAL_PORT 2
#define HOTT_SIM_GPS_SENSOR
#define HOTT_SIM_EAM_SENSOR (with new textmode implemation)
were set
on init Free RAM: 627
in loop Free RAM: 195
michi
Original issue reported on code.google.com by [email protected] on 10 Aug 2012 at 11:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Aug 2012 at 11:55The text was updated successfully, but these errors were encountered: