Skip to content

Commit

Permalink
Update docs to reflect logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thirstyice committed Jun 30, 2024
1 parent 470f12e commit e07c98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ void forwardArtDmxDataToFastLED(uint16_t universe, CRGB* leds, uint16_t num);
// set information for artpollreply
// https://art-net.org.uk/how-it-works/discovery-packets/artpollreply/
void setArtPollReplyConfig(uint16_t oem, uint16_t esta_man, uint8_t status1, uint8_t status2, const String &short_name, const String &long_name, const String &node_report);
// others
void verbose(bool b);
// Set where debug output should go (default is nowhere)
void logOutputTo(Print*);
```
### Note
Expand Down

0 comments on commit e07c98b

Please sign in to comment.