Skip to content

Commit

Permalink
stubber: add glue import for _espnow
Browse files Browse the repository at this point in the history
  • Loading branch information
Josverl committed Jul 4, 2024
1 parent bd5019d commit 731094b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stubber/rst/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ class Fix:
#
# "builtins": ["from stdlib.builtins import *"], # integrate STDLIB
# "machine": ["from network import AbstractNIC"], # NIC is an abstract class, although not defined or used as such
"espnow": ["from _espnow import ESPNowBase"], # ESPNowBase is an undocumented base class
}


Expand Down

0 comments on commit 731094b

Please sign in to comment.