Adjusted LED brightness for example configs

This commit is contained in:
Spacehuhn 2021-01-11 14:23:28 +01:00
parent 4f89248e71
commit df03cac35f
1 changed files with 3 additions and 5 deletions

View File

@ -7,10 +7,6 @@
#define DEFAULT_ESP8266
/* ---------------------------------------------------------- */
/* ===>> !!! Uncomment the board that you're using: !!! <<=== */
/* ---------------------------------------------------------- */
// #define NODEMCU
// #define WEMOS_D1_MINI
// #define DISPLAY_EXAMPLE_I2C
@ -84,6 +80,7 @@
#define LED_NUM 1
#define LED_NEOPIXEL_PIN 9
#define LED_MODE_BRIGHTNESS 10
// https://github.com/SpacehuhnTech/esp8266_deauther/wiki/Setup-Display-&-Buttons#example-setup-with-spi-oled
@ -109,6 +106,7 @@
#define LED_NUM 1
#define LED_NEOPIXEL_PIN 9
#define LED_MODE_BRIGHTNESS 10
#elif defined(MALTRONICS)
@ -120,7 +118,7 @@
#define LED_NUM 1
#define LED_DOTSTAR_CLK 12
#define LED_DOTSTAR_DATA 13
#define LED_MODE_BRIGHTNESS 100
#define LED_MODE_BRIGHTNESS 255
#elif defined(DSTIKE_D_DUINO_B_V5_LED_RING)