Olivier ARCHER
Olivier ARCHER
`incidence` and `elevation` variables are currently 2D, and that could take much memory. `incidence` is nearly constant on `atrack` dim, and `elevation` is nearly constant on `xtrack` dim, so they...
# What does this implement/fix? This PR compute the md5 of the firmware, and add an `esphome publish config.yaml --directory /path/to` that moves the firmware files to `/path/to/device_name`. Using Home...
## Description: **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#6827 ## Checklist: - [X] I am merging into `next` because this is new...
## Description: Modem documentation. **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#6721 ## Checklist: - [X] I am merging into `next` because this...
## Description: Change to allow the wifi AP to reuse an existing network interface (ethernet, but also later `modem`) so wifi client can reach the WAN. **Related issue (if applicable):**...
# What does this implement/fix? This PR implements interrupt support for the MPU6050 accelerometer, allowing the 'INT' pin to be used, for example, to wake up the device upon detected...
# What does this implement/fix? This allow the WiFi component to use another network interface (like ethernet, but not limited to) for bridging to another network. This can be done...