diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2021-09-19 18:39:27 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2021-09-19 18:39:27 +0200 |
| commit | b35dfb3f83116350eef8681c8e3db72618fdb70e (patch) | |
| tree | b78d9b563837810126b65ccdca9fad2089fb8b43 /src/app/lora32u4ii/Kconfig | |
| parent | a61281530d440e70420ab3e4556c312014b49646 (diff) | |
lora32u4ii test app (reads version from SX1276)
Diffstat (limited to 'src/app/lora32u4ii/Kconfig')
| -rw-r--r-- | src/app/lora32u4ii/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/lora32u4ii/Kconfig b/src/app/lora32u4ii/Kconfig new file mode 100644 index 0000000..0b75206 --- /dev/null +++ b/src/app/lora32u4ii/Kconfig @@ -0,0 +1,6 @@ +# Copyright 2021 Daniel Friesel +# +# SPDX-License-Identifier: CC0-1.0 + +prompt "LoRa32u4 II v1.3 Test App" +depends on loop && !wakeup |
