theovassiliou / WTLMReceiver

An arduino library for capturing and decoding 433 MHz signal from a TS-FT 002 water level sensor
11 stars 2 forks source link

Make example sketch filename match folder name #4

Open per1234 opened 5 years ago

per1234 commented 5 years ago

The Arduino IDE requires the sketch folder name to match the filename of the primary sketch file. This change causes the example sketch to be accessible via the Arduino IDE's File > Examples > LIBRARYNAME menu after the library is installed.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples