Skip to content

Commit

Permalink
Repeat by default for Lego Power Function send
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphenkel committed Apr 27, 2016
1 parent 059266f commit b149973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IRremote.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class IRsend
# endif
//......................................................................
# if SEND_LEGO_PF
void sendLegoPowerFunctions (uint16_t data, bool repeat) ;
void sendLegoPowerFunctions (uint16_t data, bool repeat = true) ;
# endif
} ;

Expand Down

0 comments on commit b149973

Please sign in to comment.