# -*- coding: utf-8 -*-
"""v128 fixed port registry.

Patch scope: Shared + Heart8772 only.
"""

WS8771_PORT = 8771
HEART8772_PORT = 8772
RTC8790_HTTP_PORT = 8790
RTC8791_WS_PORT = 8791

FEATURE_FOLDERS = {
    "WS8771": "WS8771",
    "Heart8772": "Heart8772",
    "RTC8790_8791": "yjm_win2rtc",
    "IG_Ext": "IG_Sorter_Yello",
}
