From 980794ea43d795b70c642fb1e47975dcfad2a401 Mon Sep 17 00:00:00 2001 From: cschwinne Date: Fri, 7 Aug 2020 16:06:54 +0200 Subject: [PATCH] Fix filetype in usermod documentation --- usermods/EXAMPLE_v2/readme.md | 2 +- usermods/Temperature/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usermods/EXAMPLE_v2/readme.md b/usermods/EXAMPLE_v2/readme.md index 09a8e553..8917a1fb 100644 --- a/usermods/EXAMPLE_v2/readme.md +++ b/usermods/EXAMPLE_v2/readme.md @@ -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)_ diff --git a/usermods/Temperature/readme.md b/usermods/Temperature/readme.md index ef244447..f6ce8532 100644 --- a/usermods/Temperature/readme.md +++ b/usermods/Temperature/readme.md @@ -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