Merge branch 'ripplebiz:main' into configure-cpu-frequency-at-build-time-for-esp32

このコミットが含まれているのは:
fdlamotte
2025-03-11 09:01:45 +01:00
committed by GitHub
コミット d367f7d7bb
3個のファイルの変更103行の追加8行の削除
+1
ファイルの表示
@@ -779,6 +779,7 @@ build_flags = ${nrf52840_t1000e.build_flags}
-D PIN_USER_BTN=6
-D RADIO_CLASS=CustomLR1110
-D WRAPPER_CLASS=CustomLR1110Wrapper
-D MAX_LORA_TX_POWER=22
build_src_filter = ${nrf52840_t1000e.build_src_filter}
+<helpers/*.cpp>
+<helpers/nrf52/T1000eBoard.cpp>