We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e73752 commit 3cf4bb6Copy full SHA for 3cf4bb6
libraries/MySensors/examples/SensebenderMicro/SensebenderMicro.ino
@@ -198,7 +198,7 @@ void loop() {
198
transmission_occured = false;
199
if ((measureCount == 5) && highfreq)
200
{
201
- clock_prescale_set(clock_div_8); // Switch to 1Mhz for the reminder of the sketch, save power.
+ if (!ota_enabled) clock_prescale_set(clock_div_8); // Switch to 1Mhz for the reminder of the sketch, save power.
202
highfreq = false;
203
}
204
0 commit comments