This commit is contained in:
2025-12-15 10:44:10 +01:00
parent 460c37fe72
commit fcd6f5a41b

View File

@@ -7,7 +7,7 @@ from scripts.timer.grove_rgb_lcd import setRGB, setText
if __name__ == "__main__":
config = Configuration(
host="http://192.168.15.117:8000"
host="http://192.168.15.120:8000"
)
setRGB(255, 255, 255)
controller = ApiController(config)