diff options
author | xengineering <me@xengineering.eu> | 2024-03-10 18:16:23 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-03-10 18:24:41 +0100 |
commit | afa66ca4430deecb98a1283233fd95d4f21dce6c (patch) | |
tree | ab6f58388501c80ac0aedfef63721b0add1a9e09 /prj.conf | |
parent | 37e36090d102be2e8f52e5ab43509e40b2e5754e (diff) | |
download | radio-gateway-afa66ca4430deecb98a1283233fd95d4f21dce6c.tar radio-gateway-afa66ca4430deecb98a1283233fd95d4f21dce6c.tar.zst radio-gateway-afa66ca4430deecb98a1283233fd95d4f21dce6c.zip |
This is the first step towards a minimal viable product. While sending
is not possible all received frames are logged.
Diffstat (limited to 'prj.conf')
-rw-r--r-- | prj.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prj.conf b/prj.conf new file mode 100644 index 0000000..833146f --- /dev/null +++ b/prj.conf @@ -0,0 +1,5 @@ +CONFIG_LOG=y +CONFIG_SPI=y +CONFIG_GPIO=y +CONFIG_LORA=y +CONFIG_SHELL=y |