simplify requirements
This commit is contained in:
parent
5f3a990994
commit
32c7390934
3 changed files with 11 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -24,3 +24,11 @@ runtime/licenses/
|
|||
runtime/PYTHON.json
|
||||
|
||||
runtime/success
|
||||
|
||||
firmware/.cache/
|
||||
|
||||
firmware/packages/
|
||||
|
||||
firmware/platforms/
|
||||
|
||||
firmware/appstate.json
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
[platformio]
|
||||
default_envs = esp32doit-devkit-v1-jtag
|
||||
|
||||
core_dir = .
|
||||
|
||||
[env:esp32doit-devkit-v1-jtag]
|
||||
platform = espressif32@3.0.0
|
||||
|
@ -37,8 +37,7 @@ platform = espressif32@3.0.0
|
|||
board = esp32doit-devkit-v1
|
||||
framework = espidf
|
||||
platform_packages =
|
||||
toolchain-xtensa32@2.80400.210211 ; Updated toolchain for esp32
|
||||
framework-espidf@3.40001.200521 ; ESP-IDF 4.0.1
|
||||
tool-esptool
|
||||
upload_protocol = esptool
|
||||
upload_port = /dev/ttyUSB1
|
||||
monitor_port = /dev/ttyUSB1
|
||||
|
|
|
@ -7,6 +7,6 @@ sudo apt install cmake clang zstd software-properties-common -y
|
|||
echo -e "\n\nInstalling latest stable wireshark"
|
||||
sudo add-apt-repository --y ppa:wireshark-dev/stable
|
||||
sudo apt-get update
|
||||
sudo apt install wireshark-dev -y
|
||||
sudo apt install wireshark wireshark-dev -y
|
||||
|
||||
echo "Done! Run build.sh to build project"
|
||||
|
|
Loading…
Reference in a new issue