1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 09:45:21 +03:00

Telemetry refactoring

This commit is contained in:
bsongis 2014-05-15 17:58:38 +02:00
parent 7b1f11398d
commit b376192b61
32 changed files with 1526 additions and 1635 deletions

View file

@ -385,7 +385,7 @@ void eeLoadModel(uint8_t id)
read32_eeprom_data((File_system[id+1].block_no << 12) + sizeof(struct t_eeprom_header), (uint8_t *)&g_model, size) ;
}
resetAll();
flightReset();
if (pulsesStarted()) {
checkAll();