Skip to content

Commit

Permalink
fix: board_v1 url, board_ver++
Browse files Browse the repository at this point in the history
  • Loading branch information
GrKoR committed May 31, 2024
1 parent 5b00d61 commit d2eb5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Важное
Эта версия прошивки предназначена для работы с платами версии 1 и больше не развивается. В этой ветке будут производиться только устранения ошибок. Если вы только начинаете работу с Пикселем или у вас более свежие модификации железа, то ищите прошивку в ветке [board_v2]().
Эта версия прошивки предназначена для работы с платами версии 2. Если у вас более ранние модификации железа, то ищите прошивку в ветке [board_v1](https://github.com/starfactorypixel/SlaveECU_Buttons/tree/board_v1).
2 changes: 1 addition & 1 deletion include/About.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace About
static constexpr char name[] = "ButtonsECU";
static constexpr char desc[] = "Buttons control board for Pixel project";
static constexpr char board_type = Consts::BOARD_TYPE_BUTTONS1; // 5 bits
static constexpr char board_ver = 1; // 3 bits
static constexpr char board_ver = 2; // 3 bits
static constexpr char soft_ver = 1; // 6 bits
static constexpr char can_ver = 1; // 2 bits
static constexpr char git[] = "https://github.com/starfactorypixel/SlaveECU_Buttons";
Expand Down

0 comments on commit d2eb5e2

Please sign in to comment.