Update variant.h (#4534)

This commit is contained in:
Mark Trevor Birss 2024-08-22 17:44:49 +02:00 committed by GitHub
parent 1e655052fc
commit 734f36589d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,4 +15,7 @@ Do not expect a working Meshtastic device with this target.
#define USE_STM32WLx
#define MAX_NUM_NODES 10
#define LED_PIN PB5
#define LED_STATE_ON 1
#endif