Fix filetype in usermod documentation
This commit is contained in:
parent
c1cab30daf
commit
980794ea43
@ -5,6 +5,6 @@ In this usermod file you can find the documentation on how to take advantage of
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Copy `usermod_v2_example.h` to the wled00 directory.
|
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)_
|
_(You shouldn't need to actually install this, it does nothing useful)_
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ This usermod will be expanded with support for different sensor types in the fut
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Copy `usermod_temperature.h` to the wled00 directory.
|
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.
|
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
|
## Project link
|
||||||
|
Loading…
Reference in New Issue
Block a user