Compare commits

..

No commits in common. "0e289e448c24faddfc386ee0ec1a073d304ab05e" and "43a2f828569149130e702d9b19a1fc1249875826" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -59,6 +59,3 @@ if __name__ == "__main__":
# Gửi dữ liệu qua UDP với kích thước khối 1450 byte # Gửi dữ liệu qua UDP với kích thước khối 1450 byte
send_data_via_udp(ESP32_IP, ESP32_PORT, colors, CHUNK_SIZE) send_data_via_udp(ESP32_IP, ESP32_PORT, colors, CHUNK_SIZE)
``` ```
# References:
**FastLED**: https://github.com/FastLED/FastLED

View File

@ -135,7 +135,6 @@ const char* htmlPage = R"=====(
</html> </html>
)====="; )=====";
#pragma endregion #pragma endregion
#pragma region LED Config #pragma region LED Config
#define LED_TYPE NEOPIXEL #define LED_TYPE NEOPIXEL
#define COLOR_ORDER RGB #define COLOR_ORDER RGB