mirror of https://github.com/arendst/Tasmota.git
Fix OneWire-Stickbreaker (DS18x20) library
Fix OneWire-Stickbreaker (DS18x20) library support for ESP32S2 (#14338)
This commit is contained in:
parent
7ea5b7c544
commit
274963758e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue