Bell catchup

This commit is contained in:
philippe44
2023-07-26 13:19:20 -07:00
parent 859efdb954
commit 232afb948b
467 changed files with 77538 additions and 37137 deletions

View File

@@ -97,7 +97,7 @@ class ES8388AudioSink : public BufferedAudioSink {
private:
i2c_config_t i2c_config;
i2c_port_t i2c_port = 0;
i2c_port_t i2c_port = I2C_NUM_0;
};
#endif
#endif

View File

@@ -22,7 +22,7 @@ class TAS5711AudioSink : public BufferedAudioSink {
private:
i2c_config_t i2c_config;
i2c_port_t i2c_port = 0;
i2c_port_t i2c_port = I2C_NUM_0;
};
#endif
#endif