This file contains hidden or 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
| #define FASTLED_SHOW_CORE 0 | |
| / -- Task handles for use in the notifications | |
| static TaskHandle_t FastLEDshowTaskHandle = 0; | |
| static TaskHandle_t userTaskHandle = 0; | |
| void FastLEDshowESP32() | |
| { | |
| if (userTaskHandle == 0) { | |
| const TickType_t xMaxBlockTime = pdMS_TO_TICKS( 200 ); |
This file contains hidden or 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
| <?php | |
| /** | |
| * Description of VideoStream | |
| * | |
| * @author Rana | |
| * @link http://codesamplez.com/programming/php-html5-video-streaming-tutorial | |
| */ | |
| class VideoStream | |
| { | |
| private $path = ""; |