Skip to content

Commit

Permalink
[#235] RX300 Compatibility (partial - see readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClockSelect committed Jan 14, 2017
1 parent 1e6cd0e commit 7c61c50
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -19,9 +19,11 @@ This is myevic Custom Firmware.
* Reuleaux RX200S
* Reuleaux RX2/3
* Reuleaux RXmini
* Reuleaux RX300(*)
* Others
* Vaponaute La Petite Box

(\*) *Recharging box via USB is not yet functional on the RX300. External charger required.*

### Based on:
*Original VTC Mini 3.03 firmware*
Expand Down
Binary file modified bin/myevic.bin
Binary file not shown.
12 changes: 12 additions & 0 deletions src/dataflash.c
Expand Up @@ -277,6 +277,18 @@ __myevic__ void SetProductID()
X32Off = 1;
break;
}
else if ( u32Data == PID_RX300 )
{
dfMaxHWVersion = HWV_RX300;
DFMagicNumber = 0x12;
BoxModel = BOX_RX300;
NumBatteries = 4;
MaxBatteries = 4;
MaxCurrent = 50;
gFlags.pwm_pll = 1;
X32Off = 1;
break;
}
}

FMC_DISABLE_ISP();
Expand Down

0 comments on commit 7c61c50

Please sign in to comment.