Skip to content

Commit

Permalink
Merge pull request #248 from dbambus/main
Browse files Browse the repository at this point in the history
Removed Features (Deprecated 11x11 Frame and Legacy LDR config)
  • Loading branch information
dbambus committed Apr 30, 2023
2 parents 58d80c3 + 0f29749 commit df776b4
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 436 deletions.
2 changes: 0 additions & 2 deletions include/EEPROMAnything.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ void read() {
Serial.printf("H18 : %u\n", G.h18);
Serial.printf("H22 : %u\n", G.h22);
Serial.printf("H24 : %u\n", G.h24);
Serial.printf("LDR : %u\n", G.ldr);
Serial.printf("LDRCal : %u\n", G.ldrCal);
Serial.printf("Uhrtype : %u\n", G.UhrtypeDef);

Serial.printf("MQTT_State : %u\n", G.mqtt.state);
Expand Down
11 changes: 3 additions & 8 deletions include/Uhr.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ struct GLOBAL {
char timeserver[PAYLOAD_LENGTH];
char hostname[PAYLOAD_LENGTH];
char scrollingText[PAYLOAD_LENGTH];
uint16_t ldr;
uint16_t ldrCal;
bool state;
uint8_t h6;
uint8_t h8;
Expand Down Expand Up @@ -219,12 +217,10 @@ enum CommandWords {

COMMAND_SET_LANGUAGE_VARIANT = 84,
COMMAND_SET_MQTT = 85,
COMMAND_SET_TIME_MANUAL = 86,
COMMAND_SET_WPS_MODE = 87,
COMMAND_SET_TIME_MANUAL = 86, /* 87 is unused */
COMMAND_SET_COLORTYPE = 88,
COMMAND_SET_UHRTYPE = 89,
COMMAND_SET_WEATHER_DATA = 90,
COMMAND_SET_LDR = 91,
COMMAND_SET_HOSTNAME = 92,
COMMAND_SET_SETTING_SECOND = 93,
COMMAND_SET_MINUTE = 94,
Expand Down Expand Up @@ -253,13 +249,12 @@ enum ClockType {
Eng10x11 = 10,
Ger10x11 = 1,
Ger10x11Alternative = 2,
Ger10x11AlternativeFrame = 12,
Ger10x11Vertical = 13,
Ger10x11AlternativeFrame = 4,
Ger10x11Vertical = 12,
Ger10x11Clock = 6,
Ger10x11Nero = 11,
Ger11x11 = 3,
Ger11x11V2 = 8,
Ger11x11Frame = 4,
Ger22x11Weather = 5,
Ger16x18 = 7,
Nl10x11 = 9,
Expand Down
317 changes: 0 additions & 317 deletions include/Uhrtypes/DE11x11.frame.hpp

This file was deleted.

Loading

0 comments on commit df776b4

Please sign in to comment.