Compare commits

..

2 Commits

Author SHA1 Message Date
cnlohr 3bb8c87519 Fix Merch Link 2025-01-04 17:26:28 -08:00
cnlohr 77cfc9f3b7 Fix compile (see Issue #13) 2024-11-30 15:35:49 -08:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Transmit 900MHz LoRa frames surprisingly far without a radio (And other radio sh
If you are looking for the Hackaday 2024 microcontroller radio talk, you can <a href=https://cnlohr.github.io/lolra_talk>click here</a>. If you are looking for the Hackaday 2024 microcontroller radio talk, you can <a href=https://cnlohr.github.io/lolra_talk>click here</a>.
If you are looking for LoLRa Merch (Like t-shirts, etc.), <a href="https://cnlohr-shop.fourthwall.com/?source=dashboard">click here</a>. If you are looking for LoLRa Merch (Like t-shirts, etc.), <a href="https://cnlohr-shop.fourthwall.com/">click here</a>.
* [Introduct and repo overview](#introduction-and-repo-overview) * [Introduct and repo overview](#introduction-and-repo-overview)
* LoRa * LoRa
+1
View File
@@ -2,6 +2,7 @@ all : flash
TARGET:=loratest TARGET:=loratest
TARGET_MCU:=CH32V203 TARGET_MCU:=CH32V203
TARGET_MCU_PACKAGE:=C8
CH32V003FUN:=../ch32v003fun/ch32v003fun CH32V003FUN:=../ch32v003fun/ch32v003fun
EXTRA_ELF_DEPENDENCIES:=chirpbuff.h EXTRA_ELF_DEPENDENCIES:=chirpbuff.h