ac101 tweaks

This commit is contained in:
philippe44
2020-02-06 16:33:41 -08:00
parent 96cfd8e27d
commit 4d68121111
3 changed files with 38 additions and 36 deletions

View File

@@ -70,7 +70,7 @@ void services_init(void) {
i2c_param_config(i2c_system_port, i2c_config);
i2c_driver_install(i2c_system_port, i2c_config->mode, 0, 0, 0 );
} else {
ESP_LOGE(TAG, "can't initialize I2C");
ESP_LOGW(TAG, "no I2C configured");
}
ESP_LOGD(TAG,"Configuring LEDs");