Skip to content

Commit

Permalink
Fix OneWire-Stickbreaker (DS18x20) library
Browse files Browse the repository at this point in the history
Fix OneWire-Stickbreaker (DS18x20) library support for ESP32S2 (#14338)
  • Loading branch information
arendst committed Jan 17, 2022
1 parent 7ea5b7c commit 2749637
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
### Changed

### Fixed
- OneWire-Stickbreaker (DS18x20) library support for ESP32S2 (#14338)

## [2022.01.2] 20220116
### Added
Expand Down
1 change: 1 addition & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
- ESP32 LedPwmMode exception [#14073](https://github.com/arendst/Tasmota/issues/14073)
- ESP32 Compile error when I2S_Audio is enabled [#14095](https://github.com/arendst/Tasmota/issues/14095)
- ESP32 Provide proper OTA_URL for tasmota32solo1 [#14202](https://github.com/arendst/Tasmota/issues/14202)
- ESP32 OneWire-Stickbreaker (DS18x20) library support for ESP32C3 and ESP32S2 [#14338](https://github.com/arendst/Tasmota/issues/14338)

### Removed

0 comments on commit 2749637

Please sign in to comment.