mcci-catena / arduino-lmic

LoraWAN-MAC-in-C library, adapted to run under the Arduino environment
https://forum.mcci.io/c/device-software/arduino-lmic/
MIT License
646 stars 212 forks source link

Dash in filenames not allowed in Arduino for Linux #845

Open wvsbsp opened 2 years ago

wvsbsp commented 2 years ago

Describe the bug

After installing the library, Arduino starts with error-messages "non ASCII characters in filenames". In the Linux Version of Arduino no dashes are allowed in filenames (and so also in the containing folder-names) Most of your examples contain dashes in the filename.

Environment

To Reproduce install Linux...

Expected behavior regular start of arduino.

Additional Information i could just rename the files, but with the next update of the library, the problem will reappear.

terrillmoore commented 2 years ago

Sorry you're having problems, but this causes no problems when compiling with 1.8.13 on Ubuntu, nor during CI testing (which runs on Linux). So I can't reproduce this, and we use Linux all the time. Changing from bug to trouble report, as I can't reproduce.