Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
# Get ESP-IDF from github
- git clone --recursive https://github.com/espressif/esp-idf.git
- cd esp-idf
- git checkout 02f2e63662d0314b689bb4925f5d8efa08cfe033
- git checkout release/v4.0
- git submodule update --init --recursive
- cd ~
- python -m pip install --user -r /home/travis/esp/esp-idf/requirements.txt
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,12 @@ It has been tested with
In order to build Homepoint, you need the [ESP-IDF SDK](https://github.com/espressif/esp-idf).
### Requirements

HomePoint was built on ESP-IDF master. Unfortunately CMake Support in 3.3 is incomplete and master is currently changing a lot
and breaking the dependency to the ESP32-Arduino submodule.
I plan to make HomePoint compatible to v4.0 once it gets a public release, for the time being, please
use commit `02f2e63662d0314b689bb4925f5d8efa08cfe033` from the ESP-IDF repo.
HomePoint was built on ESP-IDF master. Unfortunately CMake Support in v3.3 is incomplete.
In order to build HomePoint you need ESP-IDF from the `release/v4.0` branch from the ESP-IDF git repository.

| Software | Version |
| :------------- | :----------------------------------------------------------------------------------------------------------------------:|
| ESP-IDF | master (commit [02f2e63662d0314b689bb4925f5d8efa08cfe033](https://github.com/espressif/esp-idf)) |
| ESP-IDF | [release/v4.0](https://github.com/espressif/esp-idf/tree/release/v4.0)) |
| Toolchain | [5.2.0](https://docs.espressif.com/projects/esp-idf/en/stable/get-started-cmake/index.html#step-1-set-up-the-toolchain) |

Installation is fairly straight forward, see [Setting up the Toolchain](https://docs.espressif.com/projects/esp-idf/en/stable/get-started-cmake/index.html#step-1-set-up-the-toolchain) in the Espressif Documentation.
Expand Down
2 changes: 1 addition & 1 deletion components/arduino-esp32
Submodule arduino-esp32 updated 204 files
1 change: 1 addition & 0 deletions main/libraries/TFT_eSPI/User_Setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
//#define TFT_DC 27 // Data Command control pin
//#define TFT_RST 33 // Reset pin (could connect to Arduino RESET pin)
//#define TFT_BL 32 // LED back-light (required for M5Stack)
//#define TFT_LED 32 // LED back-light (required for M5Stack)

// ###### EDIT THE PINs BELOW TO SUIT YOUR ESP32 PARALLEL TFT SETUP ######

Expand Down