Skip to content

Commit

Permalink
Release 0.13.5. Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
vickash committed Feb 29, 2024
1 parent 5e2c493 commit e97fbb7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.13.5

### New Components

- HC-SR04 Ultrasonic Distance Sensor:
- Class: `Denko::Sensor::HCSRO4`
- 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.

## 0.13.4

### New Components
Expand Down
2 changes: 1 addition & 1 deletion lib/denko/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Denko
VERSION = "0.13.4"
VERSION = "0.13.5"
end

0 comments on commit e97fbb7

Please sign in to comment.