Merge branch 'mega' into feature/build_core_3_0_0

This commit is contained in:
TD-er
2021-07-03 21:18:46 +02:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
-1
View File
@@ -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");
+1
View File
@@ -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
View File
@@ -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;