mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 00:11:16 +01:00
tests: fix for u8g2 default I2C address.
This commit is contained in:
parent
10292cf9fa
commit
9428034fc8
@ -13,7 +13,7 @@ TEST_OUTPUT ?= 1
|
||||
TEST_I2C ?= 0
|
||||
TEST_SPI ?= 0
|
||||
|
||||
TEST_ADDR ?= 0x78
|
||||
TEST_ADDR ?= 0x3c
|
||||
|
||||
TEST_PIN_CS ?= GPIO_PIN\(0,0\)
|
||||
TEST_PIN_DC ?= GPIO_PIN\(0,0\)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user