Allow both way sync of angles

This commit is contained in:
Rune Harlyk
2024-03-30 16:50:39 +01:00
committed by Rune Harlyk
parent 14c38a1700
commit e0fa434aeb
6 changed files with 87 additions and 17 deletions
+3 -2
View File
@@ -6,9 +6,10 @@
DRAM_ATTR PsychicHttpServer server;
DRAM_ATTR ESP32SvelteKit esp32sveltekit(&server, 120);
DRAM_ATTR ESP32SvelteKit esp32sveltekit(&server, 125);
ActuatorStateService actuatorStateService = ActuatorStateService(&server, esp32sveltekit.getNotificationEvents(), esp32sveltekit.getSecurityManager());
ActuatorStateService actuatorStateService = ActuatorStateService(&server, esp32sveltekit.getSecurityManager());
void setup()