irekzielinski/Pylontech-Battery-Monitoring

newLineBuff in function wakeUpConsole() is 0x0E, 0x0A instead of 0x0D, 0x0A

th-s-op opened this issue · 0 comments

Hi,

I noticed the following line:

byte newLineBuff[] = {0x0E, 0x0A};

and ask myself if 0x0E is really intentional or by mistake, as the Carriage Return code is 0x0D.

kind regards,
Thomas