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.
2 parents d0a83f6 + fb66309 commit 097aa0dCopy full SHA for 097aa0d
OATFWGUI/gui_logic.py
@@ -283,7 +283,7 @@ def patch_line(in_str: str) -> str:
283
log.warning('Hot patching oled-ssd1306 revision!!!')
284
def patch_line(in_str: str) -> str:
285
if bad_ssd_1306_revision_re.search(in_str):
286
- out_str = bad_ssd_1306_revision_re.sub(r'ClutchplateDude/esp8266-oled-ssd1306#4f596c75', in_str)
+ out_str = bad_ssd_1306_revision_re.sub(r'ClutchplateDude/esp8266-oled-ssd1306#4.6.2', in_str)
287
log.warning(f'Replacing {in_str} with {out_str}')
288
return out_str
289
else:
0 commit comments