Skip to content

Commit

Permalink
shuffle var def
Browse files Browse the repository at this point in the history
  • Loading branch information
mozgy committed Jun 26, 2024
1 parent 08425fa commit 4a5aeca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/prusa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
#include "credentials.h"
#include "certificate.h"

#define SEND_BLOCK_SIZE 1024
extern String photoFrameLength;

String photoSendPrusaConnect( void ) {

#define SEND_BLOCK_SIZE 1024

WiFiClientSecure prusa;

prusa.setCACert( root_CAs );
Expand Down

0 comments on commit 4a5aeca

Please sign in to comment.