Commit Graph

3 Commits

Author SHA1 Message Date
alex-eri b91028f4ed
ISO C++ forbids declaration of 'fatal' with no type [-fpermissive] 2022-10-21 10:37:09 +03:00
Sébastien Millet 68f0d89732 Switches from arduino-builder to arduino-cli
- This switch is done by the new script 'am2' (replacing 'am') and
  updated Makefiles.

- Also fixes a bug in RF433Debug where the buffer used to copy strings
  from PROGMEM was not big enough. To ensure such a bug does not
  re-occur, now RF433Debug lib checks this condition and should that be
  the case, it prints out a fatal error and stops.
2022-09-20 20:39:05 +02:00
Sébastien Millet e345c00fed Debug Serial renamed RF433Debug RF433Serial resp.
- Debug lib could clash with other lib users, and has been renamed into
  RF433Debug.
  Same with Serial, renamed into RF433Serial.

- Some constants/classes used inside these libs, have also been renamed
  to have RF433 prefix.
2021-07-17 16:37:15 +02:00