-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Code cleanup
- Loading branch information
Showing
267 changed files
with
57,931 additions
and
2,251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
/** | ||
* Art-Net Designed by and Copyright Artistic Licence Holdings Ltd. | ||
*/ | ||
/* Copyright (C) 2023-2024 by Arjan van Vught mailto:[email protected] | ||
/* Copyright (C) 2023-2025 by Arjan van Vught mailto:[email protected] | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
*/ | ||
|
||
/* Copyright (C) 2016-2024 by Arjan van Vught mailto:[email protected] | ||
/* Copyright (C) 2016-2025 by Arjan van Vught mailto:[email protected] | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -182,7 +182,7 @@ void ArtNetNode::Start() { | |
/* | ||
* Status 3 | ||
*/ | ||
m_ArtPollReply.Status3 = artnet::Status3::NETWORKLOSS_LAST_STATE | artnet::Status3::FAILSAFE_CONTROL | artnet::Status3::SUPPORTS_BACKGROUNDDISCOVERY; | ||
m_ArtPollReply.Status3 |= artnet::Status3::FAILSAFE_CONTROL | artnet::Status3::SUPPORTS_BACKGROUNDDISCOVERY; | ||
#if defined (ARTNET_HAVE_DMXIN) | ||
m_ArtPollReply.Status3 |= artnet::Status3::OUTPUT_SWITCH; | ||
#endif | ||
|
@@ -230,7 +230,7 @@ void ArtNetNode::Start() { | |
E131Bridge::Start(); | ||
#endif | ||
|
||
SoftwareTimerAdd(200, staticCallbackFunctionLedPanelOff); | ||
SoftwareTimerAdd(200, StaticCallbackFunctionLedPanelOff); | ||
|
||
m_State.status = artnet::Status::ON; | ||
Hardware::Get()->SetMode(hardware::ledblink::Mode::NORMAL); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.