Skip to content

Commit

Permalink
some minors refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jan 27, 2024
1 parent 34b47e8 commit 7b797a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion examples/core2-espnow-receiver/core2-espnow-receiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ int32_t dw, dh;
/// general buffer for receive msgs
uint8_t recv_buffer[256];
/// frame buffer
// uint8_t fb[3000];
uint8_t *fb;

Frame msg = Frame_init_zero;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ int32_t dw, dh;
/// general buffer for receive msgs
uint8_t recv_buffer[256];
/// frame buffer
// uint8_t fb[3000];
uint8_t *fb;

Frame msg = Frame_init_zero;


uint32_t fbpos = 0;
uint32_t cksum = 0;

Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ password = ${sysenv.PIO_WIFI_PASSWORD}
[env]
platform = espressif32
framework = arduino
; upload_speed = 3000000
upload_speed = 3000000
monitor_speed = 115200
monitor_filters =
esp32_exception_decoder
Expand Down

0 comments on commit 7b797a1

Please sign in to comment.