thermferm/simulator.h

changeset 714
24749c296a50
parent 259
b7c967359771
child 715
f5d85af156ab
--- a/thermferm/simulator.h	Sun Apr 28 15:50:42 2024 +0200
+++ b/thermferm/simulator.h	Tue Apr 30 17:26:41 2024 +0200
@@ -3,12 +3,10 @@
 
 #ifdef USE_SIMULATOR
 
+char *simulator_json(simulator_list *simulator);
+void simulator_ws(void);
 
-#ifdef HAVE_WIRINGPI_H
-PI_THREAD (my_simulator_loop);
-#else
 void *my_simulator_loop(void *);
-#endif
 
 #endif
 

mercurial