Fix filetype in usermod documentation

pull/1085/head
cschwinne 2020-08-07 16:06:54 +02:00
rodzic c1cab30daf
commit 980794ea43
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,6 +5,6 @@ In this usermod file you can find the documentation on how to take advantage of
## Installation
Copy `usermod_v2_example.h` to the wled00 directory.
Uncomment the corresponding lines in `usermods_list.h` and compile!
Uncomment the corresponding lines in `usermods_list.cpp` and compile!
_(You shouldn't need to actually install this, it does nothing useful)_

Wyświetl plik

@ -8,7 +8,7 @@ This usermod will be expanded with support for different sensor types in the fut
## Installation
Copy `usermod_temperature.h` to the wled00 directory.
Uncomment the corresponding lines in `usermods_list.h` and compile!
Uncomment the corresponding lines in `usermods_list.cpp` and compile!
If this is the only v2 usermod you plan to use, you can alternatively replace `usermods_list.h` in wled00 with the one in this folder.
## Project link