mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-13 01:59:29 +00:00
Oregon fixes (#2822)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user