Skip to content

Commit

Permalink
the snmp-poll idle_poll is not for esp32
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 18, 2024
1 parent 2e8cd87 commit 05dbc21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions microcontrollers/main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,9 @@ void setup() {
// because threading is problematic on the Teensy4.1
void idle_poll()
{
#if defined(TEENSY4_1)
snmp_->poll();
#endif
}

void loop()
Expand Down

0 comments on commit 05dbc21

Please sign in to comment.