Skip to content

Commit

Permalink
enable accelerometer and max egt
Browse files Browse the repository at this point in the history
  • Loading branch information
ggurov authored Dec 17, 2024
1 parent ec8eaa9 commit 7a4b630
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ include $(BOARD_DIR)/meta-info.env
DDEFS += -DRAM_UNUSED_SIZE=100

# assign critical LED to a non-existent pin

DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15

DDEFS += -DEFI_ONBOARD_MEMS_LIS3DSH=TRUE
DDEFS += -DEFI_MAX_31855=TRUE


# we do not have much Lua RAM, let's drop some fancy functions
DDEFS += -DWITH_LUA_CONSUMPTION=FALSE
Expand Down

0 comments on commit 7a4b630

Please sign in to comment.