v0.13.5
Pre-release
Pre-release
New Components
- HC-SR04 Ultrasonic Distance Sensor:
- Class:
Denko::Sensor::HCSR04
- Custom function on the board to handle ping and response.
- Simple interface.
#read
returns a distance in mm.
- Class:
Bug Fixes
- OTA updating now works on ESP32.
- Adjust ESP32 expected serial buffer sizes and acknowledge intervals to to be more reliable.
- Fixed a bug on Windows where submodules weren't being included in load path.
- Fixed a bug where the board could incorrectly report EEPROM_LENGTH as 0.