kvoit 3d093e6bed Fix default IRQ pins on ESP8266 that prevent MCU from boot (#1076)
* Derive default interrupt from configured instead of default pin

Derive DEFAULT_RFM69_IRQ_NUM from MY_RFM69_IRQ_PIN instead of
DEFAULT_RFM69_IRQ_PIN so that _NUM does not have to be defined
if _PIN is redefined

* Change default IRQ pin for RFM69/95 on ESP8266 to GPIO5=D1

The originally defined pin GPIO2 prevent ESP8266 from booting,
since it has to be pulled high for booting and DIO0 from the
RFM69 is defaul low.
For this reason, it is improbably that anyone is using the default
and would be affected by this change.
2018-03-08 17:56:22 +01:00
2018-02-10 20:43:18 +01:00
2018-03-01 20:27:07 +01:00
2018-03-01 20:27:07 +01:00
2016-11-19 11:49:18 -02:00
2017-11-07 20:37:36 +01:00
2017-12-06 23:04:22 +01:00
2018-02-13 13:22:27 +01:00
2017-04-19 22:03:10 +02:00
2018-02-28 20:03:34 +01:00
2018-02-28 20:03:34 +01:00

MySensors Library v2.3.0-alpha

Please visit www.mysensors.org for more information

Documentation

master development

CI statuses

Current build status of master branch: Build Status

Current build status of development branch: Build Status

Current build status of master branch (nightly build of Arduino IDE): Build Status

Current build status of development branch (nightly build of Arduino IDE): Build Status

Languages
C++ 58.9%
C 35.5%
Groovy 2.4%
JavaScript 1.2%
Assembly 1%
Other 0.9%