Browse Source

Configure webui modules for all boards

rfm69
Xose Pérez 6 years ago
parent
commit
a97f6cd858
2 changed files with 186 additions and 69 deletions
  1. +3
    -3
      README.md
  2. +183
    -66
      code/platformio.ini

+ 3
- 3
README.md View File

@ -4,9 +4,9 @@ ESPurna ("spark" in Catalan) is a custom firmware for ESP8285/ESP8266 based smar
It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries.
[![version](https://img.shields.io/badge/version-1.13.0c-brightgreen.svg)](CHANGELOG.md)
[![branch](https://img.shields.io/badge/branch-webui-filter-orange.svg)](https://github.org/xoseperez/espurna/tree/webui-filter/)
[![travis](https://travis-ci.org/xoseperez/espurna.svg?branch=webui-filter)](https://travis-ci.org/xoseperez/espurna)
[![codacy](https://img.shields.io/codacy/grade/c9496e25cf07434cba786b462cb15f49/webui-filter.svg)](https://www.codacy.com/app/xoseperez/espurna/dashboard)
[![branch](https://img.shields.io/badge/branch-webui-orange.svg)](https://github.org/xoseperez/espurna/tree/webui/)
[![travis](https://travis-ci.org/xoseperez/espurna.svg?branch=webui)](https://travis-ci.org/xoseperez/espurna)
[![codacy](https://img.shields.io/codacy/grade/c9496e25cf07434cba786b462cb15f49/webui.svg)](https://www.codacy.com/app/xoseperez/espurna/dashboard)
[![license](https://img.shields.io/github/license/xoseperez/espurna.svg)](LICENSE)
<br />
[![donate](https://img.shields.io/badge/donate-PayPal-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=xose%2eperez%40gmail%2ecom&lc=US&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHostedGuest)


+ 183
- 66
code/platformio.ini
File diff suppressed because it is too large
View File


Loading…
Cancel
Save