mirror of
https://github.com/mysensors/MySensors.git
synced 2026-03-23 00:16:58 +01:00
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. Command: find drivers -type f | xargs sed -i 's/boolean/bool/g'
3.6 KiB
3.6 KiB