mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
14 lines
210 B
Python
14 lines
210 B
Python
|
|
|
||
|
|
import logging
|
||
|
|
import sys
|
||
|
|
from pathlib import Path
|
||
|
|
from HIL.esp_dut import ESP
|
||
|
|
from HIL.aprs_con import APRSIS
|
||
|
|
|
||
|
|
logger = logging.getLogger(__name__)
|
||
|
|
logger.error(sys.path)
|
||
|
|
|
||
|
|
|
||
|
|
def test_01(ESP, APRSIS):
|
||
|
|
pass
|