Thomas Basler
|
8fb43fedf8
|
Add const keyword to methods
|
2023-12-12 01:30:40 +01:00 |
|
Thomas Basler
|
d6494fa791
|
Add const keyword to method parameters
|
2023-12-12 00:21:14 +01:00 |
|
Thomas Basler
|
c9508d2660
|
Doc: Added byte specification to each command
|
2023-12-07 20:26:11 +01:00 |
|
Thomas Basler
|
ac7b5dba11
|
Resend and Retransmit count is now implementable per command
|
2023-04-15 10:55:48 +02:00 |
|
Thomas Basler
|
f689fedf4e
|
Hoymiles Lib: Remove hard coded Serial output
The serial port for output of debug information can now changed during runtime
|
2022-12-19 20:52:12 +01:00 |
|
Thomas Basler
|
5feefed14e
|
Added missing copyright information
|
2022-12-14 22:37:37 +01:00 |
|
Thomas Basler
|
d224db4d1d
|
Fixed warning: type qualifiers ignored on function return type
|
2022-10-18 21:42:03 +02:00 |
|
Thomas Basler
|
eef6c37de9
|
Beautify serial output of package log
|
2022-10-02 18:43:19 +02:00 |
|
Thomas Basler
|
1aef350c2e
|
Remove not required method isA()
|
2022-10-02 15:43:11 +02:00 |
|
Thomas Basler
|
a707ab501d
|
Implemented method to check whether the last command was successfull
This also allows to retransmit the command after specific time if not successfull
|
2022-09-30 18:34:30 +02:00 |
|
Thomas Basler
|
a73707380f
|
RequestFrameCommand can now be configured individually for each command
If the return value equals nullptr, a retransmit is not performed
|
2022-08-02 21:14:41 +02:00 |
|
Thomas Basler
|
442b27e859
|
Fixed assignment of router and target address
|
2022-07-30 11:10:04 +02:00 |
|
Thomas Basler
|
4daa121663
|
Added several classes to encapsulate the packet generation
|
2022-07-29 23:31:28 +02:00 |
|