Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2702 → Rev 2703

/trunk/eeprom.h
35,10 → 35,12
#define EE_LAST_GYRO_YAW 30 // word
 
#define EEPROM_ADR_CHANNELS 80 // 80 - 93, 12 bytes + 1 byte crc
#define EEPROM_ADR_PARAMSET 100 // 100 - 770, 5 * 134 bytes (V1.06)
#define EEPROM_ADR_PARAMSET 100 // 100 - 995, 5 * 179 bytes (V2.14)
#define EEPROM_ADR_MIXERTABLE 1000 // 1000 - 1078, 78 bytes
//#define EEPROM_ADR_BLCONFIG 1200 // 1200 - 1296, 12 * 8 bytes
 
// Hinweis: der MEGA644 hat 2k und der MEGA1284 hat 4k
 
#define MIX_GAS 0
#define MIX_NICK 1
#define MIX_ROLL 2
/trunk/libfc1284.a
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/makefile
5,11 → 5,11
F_CPU = 20000000
#-------------------------------------------------------------------
VERSION_MAJOR = 2
VERSION_MINOR = 15
VERSION_PATCH = 11
VERSION_MINOR = 17
VERSION_PATCH = 3
VERSION_SERIAL_MAJOR = 11 # Serial Protocol to KopterTool -> do not change!
VERSION_SERIAL_MINOR = 0 # Serial Protocol
NC_SPI_COMPATIBLE = 84 # Navi-Kompatibilität
NC_SPI_COMPATIBLE = 85 # Navi-Kompatibilität
LIB_FC_COMPATIBLE = 8 # Library
#-------------------------------------------------------------------
# ATMEGA644: 63487 is maximum
/trunk/version.txt
883,10 → 883,15
 
2.17b
- Error Calibration message in LCD
- Bugfix: JetiMenu: ACC-Calibraion
- Bugfix: JetiMenu: ACC-Calibraion during flight didn't work
 
2.17d (14.02.2017)
- Bugfix: EEPROM Data was reset if downgrading the firmware
- Beeping if Parachute is active
- accept slightly higher tolerances during calibration
- Better Status text in Text-Telemetry
- HotShoe Photo counter in the HoTT Text-Telemetry display
toDo:
- CalAthmospheare nachführen