fix: correct device model name for Heltec Wireless Paper

This commit is contained in:
me
2026-04-26 00:23:09 -07:00
parent 40d7fcfc26
commit b91f127e4e
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#include "target.h"
#include <Arduino.h>
HeltecV3Board board;
HeltecWirelessPaperBoard board;
#if defined(P_LORA_SCLK)
static SPIClass spi;