Janovlk
Janovlk
Hello, it would be nice to have the possibility to use your great library with Hardware Serial in board which have them plenty. Unfortunately it seems to be too "hardwired"...
Hello, when checking the last token in the line, there should be the "\n" delimiter as the token now ends with the LF character. The CR character was already removed...
Hello, I use the Vdirsyncer version 0.19.2. Python 3.12.3, Ubuntu 24.04LTS. I'm synchronizing two Nextcloud servers. Syncing data is always okay. I tried to sync metadata. I choosed color only...
Hello, Here is a testing sketch: ```c++ #include #define EEPROM_LAYOUT_VERSION 1 #define AMOUNT_OF_INDEXES 2 #define Variables_VAR1 0 #define Array_VAR2 1 char Array[25]; char ArrayCopy1[25]; char ArrayCopy2[25]; struct VARIABLES { uint16_t...