Commit Graph

14 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
Vita
423b9d790a ROCK Pi 4 (RK3399) support (#1499)
* ROCK Pi 4 (RK3399) support

* Code style
2022-04-18 08:21:14 +02:00
functionpointer
05fe0751d5 Fix build errors on raspberry pi (#1454) 2021-03-20 10:13:34 +01:00
Mikael Falkvidd
8857ef7bce Rpi gw: Remove stropts.h include (#1446)
It is not used by anything, and causes problems on systems
where this header file does not exist.

This fixes #1431
2020-11-04 20:48:26 +01:00
Mikael Falkvidd
347ca0a43a Update docs (#1428)
* Clarify that MY_HOSTNAME is only supported on ESP

And remove redundant Doxygen define, that caused MY_HOSTNAME
to show up twice in the documentation.

* Fix double define of MY_RAM_ROUTING_TABLE_ENABLED

MY_RAM_ROUTING_TABLE_ENABLED showed up twice in the docs.
By reordering, the define only shows up once.

I don't think DOXYGEN will be defined when anyone builds their
sketches, so this change should not affect functionality.

* Doxygen: Add check for multiple defines of same keyword

* Fix unmatched ifdef

* Add documentation for config struct for Linux gw

This avoids the following doxygen warning:
warning: Compound config is not documented.
2020-06-06 09:45:13 +02:00
Olivier
dd91aeb9c3 Library & CI maintenance (#1394) 2020-02-26 12:28:37 +01:00
Olivier
409b079b69 RPI: Add support for RPI4 (#1364) 2019-11-23 09:59:14 +01:00
hannesweisbach
60d62cae7d Fix double free (#1366)
_fileName and _values have to be re-set to NULL, otherwise a
double-free might occur.
2019-11-13 15:27:00 +01:00
hannesweisbach
409902d459 Fix potential buffer overflow (#1365)
Use snprintf instead of sprintf to avoid a potential buffer overflow.
2019-11-12 20:40:08 +01:00
Olivier
36ec4f8624 Fix issues after CPPcheck 1.88 update (#1308) 2019-07-14 21:17:24 +02:00
Mikael Falkvidd
ea093e5afc Rpi: flush log file (#1269)
The log file was no flushed, which meant that the lines logged
would not be visible in the file until (much) later, often
not until the gateway process exited.

By flushing the file, log information becomes available immediately.
2019-03-13 21:31:02 +01:00
tekka
71b06987ab Code maintenance (#1261) 2019-01-27 20:58:06 +01:00