Skip to content

v0.13.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@vickash vickash released this 29 Feb 16:44
· 191 commits to master since this 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.

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.