UserMod files update
This commit is contained in:
parent
9a7a38e913
commit
a31da3186f
@ -1,5 +1,7 @@
|
|||||||
# Almost universal controller board for outdoor applications
|
# Almost universal controller board for outdoor applications
|
||||||
This usermod is using ideas from @mrVanboy and @400killer
|
This usermod is using ideas from @mrVanboy and @400killer
|
||||||
|
|
||||||
|
Installation of file: Copy and replace file in wled00 directory
|
||||||
## Project repository
|
## Project repository
|
||||||
- [Original repository](https://github.com/srg74/Controller-for-WLED-firmware) - Main controller repository
|
- [Original repository](https://github.com/srg74/Controller-for-WLED-firmware) - Main controller repository
|
||||||
## Features
|
## Features
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#include "wled.h"
|
||||||
|
#include <Arduino.h>
|
||||||
#include <U8x8lib.h> // from https://github.com/olikraus/u8g2/
|
#include <U8x8lib.h> // from https://github.com/olikraus/u8g2/
|
||||||
#include <DallasTemperature.h> //Dallastemperature sensor
|
#include <DallasTemperature.h> //Dallastemperature sensor
|
||||||
//The SCL and SDA pins are defined here.
|
//The SCL and SDA pins are defined here.
|
@ -1,4 +1,5 @@
|
|||||||
# Wemos D1 mini and Wemos32 mini shield
|
# Wemos D1 mini and Wemos32 mini shield
|
||||||
|
- Installation of file: Copy and replace file in wled00 directory
|
||||||
- Added third choice of controller Heltec WiFi-Kit-8. Totally DIY but with OLED display.
|
- Added third choice of controller Heltec WiFi-Kit-8. Totally DIY but with OLED display.
|
||||||
## Project repository
|
## Project repository
|
||||||
- [Original repository](https://github.com/srg74/WLED-wemos-shield) - WLED Wemos shield repository
|
- [Original repository](https://github.com/srg74/WLED-wemos-shield) - WLED Wemos shield repository
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#include "wled.h"
|
||||||
|
#include <Arduino.h>
|
||||||
#include <U8x8lib.h> // from https://github.com/olikraus/u8g2/
|
#include <U8x8lib.h> // from https://github.com/olikraus/u8g2/
|
||||||
#include <DallasTemperature.h> //Dallastemperature sensor
|
#include <DallasTemperature.h> //Dallastemperature sensor
|
||||||
#ifdef ARDUINO_ARCH_ESP32 //ESP32 boards
|
#ifdef ARDUINO_ARCH_ESP32 //ESP32 boards
|
Loading…
Reference in New Issue
Block a user