Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
euphi committed Jan 28, 2019
2 parents c4c0fb0 + 0683d11 commit b37e718
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ Add the `PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY` build flag to ensure reliable O

4. Update dev/platform to staging version:
- [Instruction for Espressif 8266](http:https://docs.platformio.org/en/latest/platforms/espressif8266.html#using-arduino-framework-with-staging-version)
5. Add development version of "Homie" to project using `platformio.ini` and [lib_deps](http:https://docs.platformio.org/page/projectconf/section_env_library.html#lib-deps) option:

5. Before editing platformio.ini as shown below, you must install "git" if you don't already have it. For Windows, just go to http:https://git-scm.com/download/win and the download will start automatically. Note, this is only a requirement for the development versions.

6. Add development version of "Homie" to project using `platformio.ini` and [lib_deps](http:https://docs.platformio.org/page/projectconf/section_env_library.html#lib-deps) option:
```ini
[env:myboard]
platform = ...
Expand Down

0 comments on commit b37e718

Please sign in to comment.