Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ded5f02
first changes for custom input devices
elral Feb 16, 2024
27988ba
Template for required changes added to Github
elral Feb 16, 2024
cfff650
CustomDevices Folder
elral Feb 16, 2024
47a6810
add Nano, send first config from flash and then from EEPROM
elral Feb 19, 2024
ba67230
better array definition for custom input devices
elral Feb 19, 2024
09495c1
don't send ':' in case no config is available
elral Feb 20, 2024
c287f36
consider flash config in arraysize, only pointer to flash config requ…
elral Feb 22, 2024
89d8f58
Merge branch 'main' into custom_input_device
elral May 6, 2024
0117ad6
Merge branch 'custom_input_device' of https://github.com/elral/MobiFl…
elral May 10, 2024
49cf3d9
prepare for reading config from flash, get it to compile again
elral May 11, 2024
bbe1e84
better naming
elral May 11, 2024
8a41afd
terminate not required device config with 0x00
elral May 11, 2024
1d94dfc
move readConfigFromFlash() to config.cpp
elral May 11, 2024
48ce023
all functions for reading config from flash moved to CustomDevice.cpp
elral May 12, 2024
7959fa1
read config from eeprom or flash
elral May 12, 2024
50104af
just smaller reformatting
elral May 13, 2024
a963681
get config from eeprom OR flash
elral May 13, 2024
449f453
first running version
elral May 13, 2024
7f3a48d
clean up
elral May 13, 2024
c33c8f5
prepare for common readconfig()
elral May 13, 2024
1a97250
fixed sent config from EEPROM, code clean up
elral May 13, 2024
cda3e6e
more common functions
elral May 14, 2024
cd2708a
formatting
elral May 14, 2024
6820dff
most functions to config.cpp
elral May 14, 2024
4253828
all functions moved to config.cpp
elral May 14, 2024
8f55ec7
code clean up
elral May 14, 2024
8968a94
configLength for Flash and EEPROM
elral May 14, 2024
773374c
running version from EEPROM AND Flash
elral May 14, 2024
95c6fc6
update comments, sent config to connector from Flash AND eeprom
elral May 14, 2024
d8738d8
read config additionaly from flash for community devices
elral May 15, 2024
4ae831a
name variable addreeprom more generally
elral May 15, 2024
4a8fbbe
code clean up
elral May 15, 2024
a8e1741
config from Flash per define in custom_platformio.ini
elral May 15, 2024
9fa0245
code cleanup
elral May 15, 2024
e862a59
only files for core FW
elral May 15, 2024
8bf71a2
reformatting
elral May 15, 2024
3ca8cc8
avoid failure message from connector ifuploading config
elral May 21, 2024
070cc33
Merge branch 'MobiFlight:main' into config_from_flash_core
elral May 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading