fix sd card on for dev + mux pin
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ extern "C" void app_main(void) {
|
||||
gpio.set_pin(drivers::GpioExpander::SD_MUX_EN_ACTIVE_LOW, 0);
|
||||
gpio.set_pin(drivers::GpioExpander::SD_MUX_SWITCH,
|
||||
drivers::GpioExpander::SD_MUX_ESP);
|
||||
gpio.set_pin(drivers::GpioExpander::SD_CARD_POWER_ENABLE, 1);
|
||||
gpio.set_pin(drivers::GpioExpander::SD_CARD_POWER_ENABLE, 0);
|
||||
});
|
||||
|
||||
ESP_LOGI(TAG, "Init battery measurement");
|
||||
|
||||
Reference in New Issue
Block a user