Update variant.h

This commit is contained in:
Mark Trevor Birss 2025-03-02 20:55:02 +02:00 committed by GitHub
parent 6878893e0a
commit d65567afe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ Do not expect a working Meshtastic device with this target.
#define USE_STM32WLx
#define MAX_NUM_NODES 10
#define LED_PIN PA0 //Green LED
#define LED_PIN PA0 // Green LED
#define LED_STATE_ON 1
#endif