Using two different readStringUntil "characters"

I’ve never had an Arduino and any blind code I post for it is just wishful thinking. :dark_sunglasses:

So I depend on Arduino users’ feedback to know if it’s actually working! :construction_worker_man:

After all these years you’ve given me that feedback, thx! :bowing_man:

However, based on the big log you’ve posted above, I still think that’s rather a warning than an actual error. :warning:

AFAIK, the C language is able to automatically fit in an unsigned char into a signed char b/c both are 8-bit datatypes. :eight:

The log also mentions [-fpermissive], which I believe is a command line flag parameter which would allow the C compiler to ignore all those related warnings when compiling my code. :smile_cat: