Remove esp-idf 5.4.1 downgrade instructions from README
The README files no longer mention the need to downgrade to esp-idf version 5.4.1, reflecting that this workaround is no longer necessary. Updated both Czech and English documentation accordingly.main
parent
ce199326a1
commit
2d6b7f1053
|
|
@ -139,16 +139,11 @@ Více detailů v projektu [esphome-dlms-cosem repository](https://github.com/lat
|
||||||
|
|
||||||
### Kompletní konfigurace: [esphome-smartmeter.yaml](esphome-smartmeter.yaml)
|
### Kompletní konfigurace: [esphome-smartmeter.yaml](esphome-smartmeter.yaml)
|
||||||
|
|
||||||
### Dočasná Oprava - esp-idf verze 5.4.1
|
|
||||||
|
|
||||||
Kvůli problémům s novou verzí esp-idf, je potřeba použít esp-idf verzi 5.4.1.
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
esp32:
|
esp32:
|
||||||
variant: esp32c3
|
variant: esp32c3
|
||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 5.4.1
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Přidej externí komponentu:
|
Přidej externí komponentu:
|
||||||
|
|
|
||||||
|
|
@ -140,9 +140,6 @@ For a more detailed description of the component, see the [esphome-dlms-cosem re
|
||||||
|
|
||||||
### For full configuration file, see: [esphome-smartmeter.yaml](esphome-smartmeter.yaml)
|
### For full configuration file, see: [esphome-smartmeter.yaml](esphome-smartmeter.yaml)
|
||||||
|
|
||||||
### Temporary FIX - esp-idf version 5.4.1
|
|
||||||
Due to some issues with the latest esp-idf version 5.5.x, You have to temporarily downgrade to version 5.4.1.
|
|
||||||
|
|
||||||
In your `esphome` configuration file, add the following lines at the top (for esp32c3):
|
In your `esphome` configuration file, add the following lines at the top (for esp32c3):
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
@ -150,10 +147,8 @@ esp32:
|
||||||
variant: esp32c3
|
variant: esp32c3
|
||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 5.4.1
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Add the external component to your ESPHome configuration:
|
Add the external component to your ESPHome configuration:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue