Fix OneWire-Stickbreaker (DS18x20) library

Fix OneWire-Stickbreaker (DS18x20) library support for ESP32S2 (#14338)
This commit is contained in:
Theo Arends 2022-01-17 17:05:33 +01:00
parent 7ea5b7c544
commit 274963758e
11 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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