Skip to content

Commit

Permalink
Update README (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
curzon01 committed Jul 31, 2024
1 parent 1aa9661 commit 6841740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,9 @@ Set this location for a device:
decode-config -c my.conf -s tasmota-4281 -i location
```

> **Note**
When using JSON subsets on ESP32 chip types, always keep the key `config_version` in the JSON data, otherwise an error will occur stating that the file is for ESP82xx.

> **Hint**
Keep the JSON-format valid e.g. when cutting unnecessary content from a given JSON backup file, consider to remove the last comma on same indent level:
Invalid JSON (useless comma in line 3: `...2.294442,`):<pre>{
Expand Down

0 comments on commit 6841740

Please sign in to comment.