We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed09395 commit d3e2c42Copy full SHA for d3e2c42
1 file changed
firmware/prusalink/src/main.cpp
@@ -28,6 +28,19 @@
28
#define SECRET_PASS WIFI_PASS_ENV
29
#endif
30
31
+#ifndef SECRET_PRUSA_API_KEY
32
+ #define SECRET_PRUSA_API_KEY PRUSA_API_KEY
33
+#endif
34
+#ifndef CONFIG_IP
35
+ #define CONFIG_IP PRINTER_IP
36
37
+#ifndef CONFIG_NAME
38
+ #define CONFIG_NAME CONFIG_NAME_STR
39
40
+#ifndef CONFIG_PORT
41
+ #define CONFIG_PORT 80
42
43
+
44
#include "PrusaLinkAPI.h"
45
#include <Adafruit_Protomatter.h>
46
#include <esp_task_wdt.h>
0 commit comments