mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-28 20:44:58 +00:00
esp32 temperature node
This commit is contained in:
@@ -46,6 +46,6 @@ i2c_config_t conf = {
|
||||
|
||||
void app_main(void)
|
||||
{
|
||||
i2c_bus = i2c_bus_create(I2C_MASTER_NUM, &conf);
|
||||
i2c_bus = i2c_bus_create(0, &conf);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user