Hi Kai
I downloaded the version on the dev branch.....I have problems compiling the error is below
Arduino: 1.8.5 (Windows Store 1.8.10.0) (Windows 10), Board: "Arduino/Genuino Zero (Native USB Port)"
sketch\Cmd.cpp: In function 'void insert_command(const char*)':
sketch\Cmd.cpp:258:50: warning: NULL used in arithmetic [-Wpointer-arith]
while ((msg_length < 30) && buf[msg_length] != NULL) {
^
sketch\Serial.cpp.o: In function `init_menu()':
sketch/Serial.cpp:39: undefined reference to `calibration(int, char**)'
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Arduino/Genuino Zero (Native USB Port).
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.