Commit Graph

20 Commits

Author SHA1 Message Date
Olivier
8eea242512 Prepare 2.4.0 release (#1587) 2026-01-01 11:36:35 +01:00
Olivier
0b94c2dc1a Update comments (#1574) 2025-11-17 17:29:49 +02:00
Olivier
253109d3ff Upate CI and HW defs (#1530) 2022-07-24 10:55:35 +02:00
Virtual Maker
6e4206b0f0 Simplify MyMainESP8266 for core 3.0.x (#1496) (#1524)
and replace ICACHE_RAM_ATTR by IRAM_ATTR
2022-07-08 15:04:50 +02:00
Olivier
dd91aeb9c3 Library & CI maintenance (#1394) 2020-02-26 12:28:37 +01:00
Olivier
18fee01db3 ESP32/ESP8266: place ISR in IRAM (#1348) 2019-09-24 10:24:26 +02:00
Mikael Falkvidd
896220bdba Revert the revert 1306 energy meter pulse sensor itslav (#1313)
* Add support for less than 1 blink per hour

* Apply Arduino IDE auto-formatting (readability++)

* Minor spelling/grammar fixes

* Fix copyright date regression
2019-07-20 16:28:06 +02:00
Olivier
40f4deb18c Code maintenance (#1309)
* Fix issues after CPPcheck 1.88 update

* Code maintenance
2019-07-20 14:08:33 +02:00
Olivier
529485c9fa Revert "Energy meter pulse sensor itslav (#1306)" (#1310)
This reverts commit 8257d0f30c.
2019-07-17 20:56:40 +02:00
Mikael Falkvidd
8257d0f30c Energy meter pulse sensor itslav (#1306)
* Add support for less than 1 blink per hour. Thanks to it-slav. See https://forum.mysensors.org/post/100125
* Apply Arduino IDE auto-formatting (readability++)
* Minor spelling/grammar fixes
2019-07-17 20:18:40 +02:00
tekka
71b06987ab Code maintenance (#1261) 2019-01-27 20:58:06 +01:00
tekka
6ffe29cb5f Code maintenance (#1186) 2018-08-22 20:50:16 +02:00
flopp999
6c9be97fa3 Word corrections (#1114)
* Word corrections
* Removed an enter
Thanks @flopp999 !
2018-05-01 16:57:37 +02:00
Mikael Falkvidd
f2d9f72cf4 Fix spelling mistakes (#1104) 2018-04-09 23:31:50 +02:00
Olivier
5164af7edc ESP8266: Fix example compilation error (#932) 2017-09-19 22:48:54 +02:00
d00616
1cd2c6df05 Update radio defines in examples (#901) 2017-07-31 18:37:01 +02:00
Patrick Fallberg
8e1ef13804 Repo restyled using astyle (#683)
The rules are in .tools/astyle/config/style.cfg
and can also be reviewed at
https://www.mysensors.org/view/260#coding-guidelines-core-library
2016-12-07 23:44:29 +01:00
Olivier
0a8fbe5816 Remove SPI.h and EEPROM.h includes (#555)
* Remove duplicate includes

* Reorder SPI.h include
2016-08-14 14:46:05 +02:00
Mikael Falkvidd git@mjo.se
858b80b6a4 Use bool instead of boolean in examples
In the Arduino IDE, boolean is an alias for bool.
The Arduino IDE might deprecate boolean in the future, see
https://github.com/arduino/Arduino/issues/4673 for details.
2016-08-06 12:03:22 +02:00
Thomas Mørch
ba6bb915c2 Reorganizing library structure, prep for 2.0.0 2016-07-09 21:17:37 +02:00