add kiss radio env to most of the variants

이 커밋은 다음에 포함됨:
Rastislav Vysoky
2026-04-28 15:09:25 +02:00
부모 cb669a26f1
커밋 5beef490a0
69개의 변경된 파일586개의 추가작업 그리고 220개의 파일을 삭제
+4 -1
파일 보기
@@ -10,7 +10,10 @@
#include <LittleFS.h>
#elif defined(ESP32)
#include <SPIFFS.h>
#else
#include <InternalFileSystem.h>
#endif
#if defined(KISS_UART_RX) && defined(KISS_UART_TX)
#include <HardwareSerial.h>
#endif
@@ -29,7 +32,7 @@ void halt() {
}
void loadOrCreateIdentity() {
#if defined(NRF52_PLATFORM)
#if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)
InternalFS.begin();
IdentityStore store(InternalFS, "");
#elif defined(ESP32)