You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though I cannot reproduce this here it would make sense to replace the 4 places someone used byte with uint8_t. Seems related to esp8266/Arduino#8090.
Describe the bug
Using 'byte' in SSD1306Wire.h, line 145 causes compilation error 'byte' is ambiguous error in my case.
Expected behavior
Use of
uint8_t
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: