Oregon fixes (#2822)

This commit is contained in:
Totoo
2025-10-16 13:00:40 +02:00
committed by GitHub
parent 2f4d222403
commit e3b2a65b39
6 changed files with 44 additions and 10 deletions
@@ -71,6 +71,7 @@ class WeatherProtos : public FProtoListGeneral {
protos[FPW_Bresser3CH] = new FProtoWeatheBresser3CH();
protos[FPW_Bresser3CH_V1] = nullptr; // done by FProtoWeatheBresser3CH
protos[FPW_Vauno_EN8822] = new FProtoWeatherVaunoEN8822();
protos[FPW_OREGON2B] = nullptr; // done by FProtoWeatherOregon2
// set callback for them
for (uint8_t i = 0; i < FPW_COUNT; ++i) {