1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 22:35:17 +03:00

Fixed mixup of REVO and REVOLT boards.

This commit is contained in:
Michael Keller 2016-11-15 09:41:28 +13:00
parent bb5aac4c51
commit 40a2b11733

View file

@ -43,8 +43,8 @@ var BOARD_DEFINITIONS = [
{name: 'RACEBASE', identifier: 'RBFC', vcp: false},
{name: 'RCEXPLORERF3', identifier: 'REF3', vcp: true},
{name: 'AIRBOTF4', identifier: 'AIR4', vcp: true},
{name: 'REVOLT', identifier: 'REVO', vcp: true},
{name: 'REVO', identifier: 'RVLT', vcp: true},
{name: 'REVOLT', identifier: 'RVLT', vcp: true},
{name: 'REVO', identifier: 'REVO', vcp: true},
{name: 'REVONANO', identifier: 'REVN', vcp: true},
{name: 'RMDO', identifier: 'RMDO', vcp: false},
{name: 'SINGULARITY', identifier: 'SING', vcp: true},