File tree 3 files changed +6
-41
lines changed
3 files changed +6
-41
lines changed Original file line number Diff line number Diff line change @@ -2707,7 +2707,7 @@ void print_reset_reason(int reason) {
2707
2707
}
2708
2708
}
2709
2709
2710
- #if CONFIG_IDF_TARGET_ESP32 // ESP32/PICO-D4
2710
+ #if CONFIG_IDF_TARGET_ESP32 // ESP32/PICO-D4
2711
2711
#include " esp32/rom/rtc.h"
2712
2712
#elif CONFIG_IDF_TARGET_ESP32S2
2713
2713
#include " esp32s2/rom/rtc.h"
@@ -2719,8 +2719,6 @@ void print_reset_reason(int reason) {
2719
2719
#include " esp32s3/rom/rtc.h"
2720
2720
#elif CONFIG_IDF_TARGET_ESP32C6
2721
2721
#include " esp32c6/rom/rtc.h"
2722
- #elif CONFIG_IDF_TARGET_ESP32H2
2723
- #include " esp32h2/rom/rtc.h"
2724
2722
#else
2725
2723
#error Target CONFIG_IDF_TARGET is not supported
2726
2724
#endif
Original file line number Diff line number Diff line change @@ -254,10 +254,11 @@ class Wippersnapper {
254
254
255
255
void provision ();
256
256
257
- bool brownOutCausedReset = false ; // /< True if low power reset - flash write issues
258
- bool lockStatusNeoPixel; // /< True if status LED is using the status neopixel
259
- bool lockStatusDotStar; // /< True if status LED is using the status dotstar
260
- bool lockStatusLED; // /< True if status LED is using the built-in LED
257
+ bool brownOutCausedReset =
258
+ false ; // /< True if low power reset - flash write issues
259
+ bool lockStatusNeoPixel; // /< True if status LED is using the status neopixel
260
+ bool lockStatusDotStar; // /< True if status LED is using the status dotstar
261
+ bool lockStatusLED; // /< True if status LED is using the built-in LED
261
262
float status_pixel_brightness =
262
263
STATUS_PIXEL_BRIGHTNESS_DEFAULT; // /< Global status pixel's brightness
263
264
// /< (from 0.0 to 1.0)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments