roughed in support for esp32-h2 via Waveshare dev board

This commit is contained in:
Jonathan Bennett
2025-12-06 12:42:05 -06:00
parent 8060134224
commit 24ca4602b1
7 changed files with 83 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
#define HAS_SCREEN 0
#define HAS_WIFI 0
#define LORA_SCK 4
#define LORA_MISO 3
#define LORA_MOSI 2
#define LORA_CS 1