Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.1 KiB

  1. # boards.local.txt for ESPurna
  2. Additional flash layouts to support multiple EEPROM sectors
  3. ### Installation
  4. Place boards.local.txt into Arduino hardware directory, in the same directory as the boards.txt file. Depending on platform and ESP8266 installation method, it is one of:
  5. - Linux (boards manager): `~/.arduino15/packages/esp8266/hardware/esp8266/<version>`
  6. - Linux (git): `~/Arduino/hardware/esp8266com/esp8266/`
  7. - Windows (boards manager): `%LOCALAPPDATA%\Arduino15\packages\esp8266\hardware\esp8266\<version>`
  8. - Windows (git): `~\Documents\Arduino\hardware\esp8266com\esp8266\`
  9. - macOS (boards manager): `~/Library/Arduino15/packages/esp2866/hardware/esp8266/<version>`
  10. - macOS (git): `<application-directory>/Arduino.app/Contents/Java/hardware/esp8266com/esp8266`
  11. Use `2.3.0/boards.local.txt` for Core version 2.3.0
  12. Use `latest/boards.local.txt` for all the others
  13. ### Arduino documentation
  14. https://arduino-esp8266.readthedocs.io/en/latest/installing.html
  15. https://www.arduino.cc/en/Hacking/Preferences
  16. https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification#boardslocaltxt