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