diff --git a/14Segment/Community/boards/elral_14segment_mega.board.json b/14Segment/Community/boards/elral_14segment_mega.board.json index 7df9adf..f6564c1 100644 --- a/14Segment/Community/boards/elral_14segment_mega.board.json +++ b/14Segment/Community/boards/elral_14segment_mega.board.json @@ -37,7 +37,7 @@ "DelayAfterFirmwareUpdate": 0, "FirmwareBaseName": "elral_14Segment_mega", "FirmwareExtension": "hex", - "LatestFirmwareVersion": "0.9.0", + "LatestFirmwareVersion": "0.9.1", "FriendlyName": "Elral 14Segment Mega", "MobiFlightType": "Elral_14Segment Mega", "ResetFirmwareFile": "reset.arduino_mega_1_0_2.hex", @@ -63,7 +63,7 @@ "MaxShifters": 6, "MaxSteppers": 10, "MaxInputMultiplexer": 6, - "MaxCustomDevices": 5 + "MaxCustomDevices": 8 }, "Pins": [ { diff --git a/14Segment/Community/boards/elral_14segment_micro.board.json b/14Segment/Community/boards/elral_14segment_micro.board.json index 2dcd335..06d8e16 100644 --- a/14Segment/Community/boards/elral_14segment_micro.board.json +++ b/14Segment/Community/boards/elral_14segment_micro.board.json @@ -27,7 +27,7 @@ "FirmwareBaseName": "mobiflight_micro", "FirmwareExtension": "hex", "FriendlyName": "Arduino Pro Micro", - "LatestFirmwareVersion": "0.9.0", + "LatestFirmwareVersion": "0.9.1", "MobiFlightType": "MobiFlight Micro", "ResetFirmwareFile": "reset.arduino_promicro_1_0_2.hex" }, @@ -43,7 +43,7 @@ "MaxShifters": 6, "MaxSteppers": 0, "MaxInputMultiplexer": 6, - "MaxCustomDevices": 0 + "MaxCustomDevices": 8 }, "Pins": [ { diff --git a/14Segment/Community/boards/elral_14segment_nano.board.json b/14Segment/Community/boards/elral_14segment_nano.board.json index a174d3f..af9c58c 100644 --- a/14Segment/Community/boards/elral_14segment_nano.board.json +++ b/14Segment/Community/boards/elral_14segment_nano.board.json @@ -33,7 +33,7 @@ "FirmwareBaseName": "elral_14Segment_nano", "FirmwareExtension": "hex", "FriendlyName": "Elral 14Segment Nano", - "LatestFirmwareVersion": "0.9.0", + "LatestFirmwareVersion": "0.9.1", "MobiFlightType": "Elral_14Segment Nano", "ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex", "CustomDeviceTypes": [ @@ -58,7 +58,7 @@ "MaxShifters": 6, "MaxSteppers": 4, "MaxInputMultiplexer": 6, - "MaxCustomDevices": 0 + "MaxCustomDevices": 8 }, "Pins": [ { diff --git a/14Segment/Community/boards/elral_14segment_raspberry_pico.board.json b/14Segment/Community/boards/elral_14segment_raspberry_pico.board.json index 3ac0a6b..6710afc 100644 --- a/14Segment/Community/boards/elral_14segment_raspberry_pico.board.json +++ b/14Segment/Community/boards/elral_14segment_raspberry_pico.board.json @@ -20,7 +20,7 @@ "FirmwareBaseName": "elral_14Segment_raspberrypico", "FirmwareExtension": "uf2", "FriendlyName": "Elral 14Segment RaspiPico", - "LatestFirmwareVersion": "0.9.0", + "LatestFirmwareVersion": "0.9.1", "MobiFlightType": "Elral_14Segment Pico", "ResetFirmwareFile": "reset.raspberry_pico_flash_nuke.uf2", "CustomDeviceTypes": [ @@ -45,7 +45,7 @@ "MaxShifters": 6, "MaxSteppers": 6, "MaxInputMultiplexer": 6, - "MaxCustomDevices": 5 + "MaxCustomDevices": 8 }, "Pins": [ { diff --git a/14Segment/Community/boards/elral_14segment_uno.board.json b/14Segment/Community/boards/elral_14segment_uno.board.json index 8012544..1cf71e6 100644 --- a/14Segment/Community/boards/elral_14segment_uno.board.json +++ b/14Segment/Community/boards/elral_14segment_uno.board.json @@ -32,7 +32,7 @@ "FriendlyName": "Elral_14Segment Uno", "FirmwareBaseName": "elral_14Segment_uno", "FirmwareExtension": "hex", - "LatestFirmwareVersion": "0.9.0", + "LatestFirmwareVersion": "0.9.1", "MobiFlightType": "Elral_14Segment Uno", "ResetFirmwareFile": "reset.arduino_uno_1_0_2.hex", "CustomDeviceTypes": [ @@ -57,7 +57,7 @@ "MaxShifters": 6, "MaxSteppers": 4, "MaxInputMultiplexer": 6, - "MaxCustomDevices": 0 + "MaxCustomDevices": 8 }, "Pins": [ { diff --git a/README.md b/README.md index a1708ac..502da8c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Copy the content to you community folder within you MobiFlight installation fold [MF installation Folder]->Community->Elral_14Segment_Display->firmware/ ``` -Connect a new Arduino Mega or Raspberry Pi Pico (or reset them), upload the firmware and define for each Display one Device with the I2C address from this display. +Connect a new Arduino Mega/Uno/Nano/ProMicro or Raspberry Pi Pico (or reset them), upload the firmware and define for each Display one Device with the I2C address from this display. Refere in an output reference to the custom device and choose one of the both messageID's. + +With version 0.9.1 the foldername for the community folder has changed. +If you update from 0.9.0 please delete the folder `Elral_14Segment_Display` before copying the new one from the zip file. \ No newline at end of file