Skip to content

Commit

Permalink
fix '=' mistake PINIO BOX (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitaliy Nimych <vitaliy.ninych@gmail.com>
  • Loading branch information
cvetaevvitaliy and Vitaliy Nimych authored Nov 16, 2023
1 parent bf9d407 commit 394ed70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/STELLARF7V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_PITCH 1800
#define PINIO1_BOX = 40
#define PINIO2_BOX = 41
#define PINIO3_BOX = 42
#define PINIO1_BOX 40
#define PINIO2_BOX 41
#define PINIO3_BOX 42
//TODO set small_angle = 180
//TODO set box_user_1_name = VTX POWER
//TODO set box_user_2_name = CAMERA SWITCH

0 comments on commit 394ed70

Please sign in to comment.