Skip to content

Commit

Permalink
rename manufacturer id FLMO to STBE
Browse files Browse the repository at this point in the history
  • Loading branch information
cvetaevvitaliy committed Oct 20, 2024
1 parent 815fc12 commit 29efa7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/STELLARF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define FC_TARGET_MCU STM32F405
#define BOARD_NAME STELLARF4
#define MANUFACTURER_ID FLMO
#define MANUFACTURER_ID STBE

#define USE_ACC
#define USE_BARO
Expand Down
2 changes: 1 addition & 1 deletion configs/STELLARF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#define FC_TARGET_MCU STM32F7X2
#define BOARD_NAME STELLARF7
#define MANUFACTURER_ID FLMO
#define MANUFACTURER_ID STBE

#define MOTOR1_PIN PC6
#define MOTOR2_PIN PC7
Expand Down
2 changes: 1 addition & 1 deletion configs/STELLARF7V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define FC_TARGET_MCU STM32F7X2
#define BOARD_NAME STELLARF7V2
#define MANUFACTURER_ID FLMO
#define MANUFACTURER_ID STBE

#define USE_ACC
#define USE_BARO
Expand Down

0 comments on commit 29efa7a

Please sign in to comment.