Compare commits

...

2 Commits

Author SHA1 Message Date
CalisJI 0e289e448c Update README 2024-08-23 11:29:10 +07:00
CalisJI 6070f88b0e Update README 2024-08-23 11:20:13 +07:00
2 changed files with 5 additions and 1 deletions

View File

@ -59,3 +59,6 @@ if __name__ == "__main__":
# 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)
```
# References:
**FastLED**: https://github.com/FastLED/FastLED

View File

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