mirror of
https://github.com/opentx/opentx.git
synced 2025-07-22 15:55:26 +03:00
Soft Power Switch on both v4.1 and ersky9x boards
Delay before effective EEPROM write on these boards Current displayed
This commit is contained in:
parent
6113420a02
commit
e7eaced156
24 changed files with 501 additions and 165 deletions
|
@ -31,11 +31,16 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef file_h
|
||||
#define file_h
|
||||
#ifndef eeprom_avr_h
|
||||
#define eeprom_avr_h
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#if defined(PCBV4) && !defined(REV0)
|
||||
#define WRITE_DELAY_10MS 500
|
||||
extern uint16_t s_eeDirtyTime10ms;
|
||||
#endif
|
||||
|
||||
//
|
||||
// bs=16 128 blocks verlust link:128 16files:16*8 128 sum 256
|
||||
// bs=32 64 blocks verlust link: 64 16files:16*16 256 sum 320
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue