Skip to content

Commit

Permalink
Add support for Prusa Connect
Browse files Browse the repository at this point in the history
  • Loading branch information
mozgy committed May 15, 2024
1 parent 8c36335 commit ace1111
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/variables.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@

#include <Arduino.h>

#define SW_VERSION "0.29.1"
#define SW_VERSION "0.30.0"

#define HAVE_CAMERA
#define ESP_CAM_HOSTNAME "mozz-cam"
#define CAM_SERIAL "2"

#define PRUSA_CONNECT
#define PRUSA_CONNECT_INTERVAL 90

#define FLASH_ENABLED false

#define HAVE_SDCARD
Expand All @@ -18,8 +21,6 @@
#undef HAVE_BME280
#define SEALEVELPRESSURE_HPA (1013.25)

#define DBG_OUTPUT_PORT Serial

extern String photoFrame;
extern bool timeLapse;

Expand Down

0 comments on commit ace1111

Please sign in to comment.