定义 LoRaMeshUartPassthroughManager

This commit is contained in:
2025-10-09 17:01:52 +08:00
parent f30d0e0865
commit 7bc7a95379
6 changed files with 91 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ LoRa通信模块的抽象接口定义 (契约)
# abc (Abstract Base Class) 是Python定义接口的标准方式
from abc import ABC, abstractmethod
class ILoraHandler(ABC):
class ILoraManager(ABC):
"""
LoRa处理器接口。
它规定了所有LoRa处理器实现类必须提供的功能。