Skip to content

Commit

Permalink
DM: make indicator led dimmer
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm1278 committed Jun 18, 2018
1 parent 46764c7 commit 0c67191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/System.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ QState System::Idle(System * const me, QEvt const * const e) {
LOG_EVENT(e);

#if CONFIG_POWER_SENSE
uint32_t color = 0x000020;
uint32_t color = 0x000004;
neopix_show_800k(CONFIG_POWER_SENSE_NEOPIX_PIN, (uint8_t *)&color, 4);
#endif
status = Q_HANDLED();
Expand Down

0 comments on commit 0c67191

Please sign in to comment.