emelianov / modbus-esp8266

Most complete Modbus library for Arduino. A library that allows your Arduino board to communicate via Modbus protocol, acting as a master, slave or both. Supports network transport (Modbus TCP) and Serial line/RS-485 (Modbus RTU). Supports Modbus TCP Security for ESP8266/ESP32.
Other
534 stars 188 forks source link

Dash in filenames not allowed in Arduino for Linux #176

Closed wvsbsp closed 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. => Please rename your examples.

emelianov commented 2 years ago

7a213b3