Код: Выделить всё
diff --git a/src/amp_main.c b/src/amp_main.c
index 83a6635..476163f 100644
--- a/src/amp_main.c
+++ b/src/amp_main.c
@@ -1328,6 +1328,7 @@ void ampInit(void)
rdsParserSetCb(rdsParserCb);
+ i2cExpInit();
inputSetPower(false); // Power off input device
swTimSet(SW_TIM_RTC_INIT, 500);


