[wifi] check know wifi

This commit is contained in:
IrvingGao 2024-06-13 18:30:06 +08:00
parent ec9f077b74
commit a4247c1639
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ logging.basicConfig(
format='%(asctime)s - %(levelname)s - %(message)s' # 日志的格式
)
wifi_credential_file = '~/.config/wifi_credentials.json'
wifi_credential_file = '/home/orangepi/.config/wifi_credentials.json'
try:
from takway.board import OrangePi