Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Aug 8, 2024
1 parent 2835f78 commit 798ce24
Show file tree
Hide file tree
Showing 7 changed files with 826 additions and 870 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ the installer takes config toml file. it serches for it in the default location
example config:
```toml
path = "/tmp/esp-new/"
idf_path = "/tmp/esp-new/v5.2.2/esp-idf"
idf_path = "/tmp/esp-new/v5.3/esp-idf"
tool_download_folder_name = "dist"
tool_install_folder_name = "tools"
target = "esp32"
idf_version = "v5.2.2"
target = ["all"]
idf_versions = ["v5.3"]
tools_json_file = "tools/tools.json"
idf_tools_path = "tools/idf_tools.py"
idf_tools_path = "./tools/idf_tools.py"
mirror = "https://github.com"
idf_mirror = "https://github.com"
```
Expand Down
10 changes: 10 additions & 0 deletions eim_config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
path = "/tmp/esp-new/"
idf_path = "/tmp/esp-new/v5.3/esp-idf"
tool_download_folder_name = "dist"
tool_install_folder_name = "tools"
target = ["all"]
idf_versions = ["v5.3"]
tools_json_file = "tools/tools.json"
idf_tools_path = "./tools/idf_tools.py"
mirror = "https://github.com"
idf_mirror = "https://github.com"
Loading

0 comments on commit 798ce24

Please sign in to comment.