Merge pull request #175 from adafruit/adacam

fix red LED pin
This commit is contained in:
Ha Thach 2021-12-25 15:13:28 +07:00 committed by GitHub
commit d39b90ba6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@
// LED for indicator and writing flash
// If not defined neopixel will be use for flash writing instead
#define LED_PIN 13
#define LED_PIN 2
#define LED_STATE_ON 1
//--------------------------------------------------------------------+