Skip to content

Commit 097aa0d

Browse files
Merge pull request #61 from OpenAstroTech/task/js/hotpatch-SSD1306-AGAIN
Change SSD1306 hotpatch from (now deleted...) commit to 4.6.2 tag
2 parents d0a83f6 + fb66309 commit 097aa0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OATFWGUI/gui_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def patch_line(in_str: str) -> str:
283283
log.warning('Hot patching oled-ssd1306 revision!!!')
284284
def patch_line(in_str: str) -> str:
285285
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)
286+
out_str = bad_ssd_1306_revision_re.sub(r'ClutchplateDude/esp8266-oled-ssd1306#4.6.2', in_str)
287287
log.warning(f'Replacing {in_str} with {out_str}')
288288
return out_str
289289
else:

0 commit comments

Comments
 (0)