mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Merge branch 'mega' into feature/build_core_3_0_0
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
|
||||
#define P026_NR_OUTPUT_OPTIONS 14
|
||||
|
||||
|
||||
const __FlashStringHelper * Plugin_026_valuename(uint8_t value_nr, bool displayString) {
|
||||
switch (value_nr) {
|
||||
case 0: return displayString ? F("Uptime") : F("uptime");
|
||||
|
||||
@@ -321,6 +321,7 @@ struct P049_data_struct : public PluginTaskData_base {
|
||||
|
||||
ESPeasySerial *easySerial = nullptr;
|
||||
uint8_t mhzResp[9] = {0}; // 9 uint8_t response buffer
|
||||
|
||||
// Default of the sensor is to run ABC
|
||||
bool ABC_Disable = false;
|
||||
bool ABC_MustApply = false;
|
||||
|
||||
+3
-3
@@ -441,9 +441,9 @@ void LogBufferContent(String prefix) {
|
||||
bool showperiods[8];
|
||||
uint8_t spidata[2] = {0};
|
||||
uint8_t pin1, pin2, pin3;
|
||||
uint8_t displayModel;
|
||||
uint8_t output;
|
||||
uint8_t brightness;
|
||||
uint8_t displayModel;
|
||||
uint8_t output;
|
||||
uint8_t brightness;
|
||||
bool timesep;
|
||||
bool shift;
|
||||
bool periods;
|
||||
|
||||
Reference in New Issue
Block a user