dkuschmierz
dkuschmierz
Hi, currently I'm playing around with the elftools and try to get some addresses out of my elf. Can you give an example how to parse out the addresses of...
Hi, I recently installed ebusd as a docker-image on my raspberry-pi and all is working fine except one ecu. For the ecu of my fresh-water station the csv-File cannot be...
Hi, I was facing some problems to get the lua2dox-script working with the newer doxygen. The following changes helped me to get it working: change the include in lua2dox from...
Hi, is there a way to find automatically my Unit-Tests which are located under a specific location. E.g. my tests are stored in the following folder-structure: ``` workspace build tests...
Resetting start and end date while walking the calendar. This prevents that some events are missing if there is an all_day-Event in between some events. Consider the following settings: startdate:...
Consider the following settings: startdate: 01.12.2020 00:00:00 enddate: 31.12.2020 23:59:59 Events: 10.12.2020 18:00:00 EventA 22.12.2020 AllDay EventB 31.12.2020 17:00:00 EventC While iterating through the calendar, the enddate-settings are reseted during...