* BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp'

* mesh::RTCClock class moved to MeshCore.h
此提交包含在:
Scott Powell
2025-03-21 18:57:12 +11:00
父節點 0a5a115875
當前提交 bfb4b1c496
共有 48 個檔案被更改,包括 726 行新增407 行删除
+9
查看文件
@@ -0,0 +1,9 @@
#pragma once
#include <helpers/LilyGoTLoraBoard.h>
#include <helpers/CustomSX1276Wrapper.h>
extern LilyGoTLoraBoard board;
extern RADIO_CLASS radio;
bool radio_init();