Skip to content

Commit

Permalink
Merge pull request #20 from LeeLeahy2/4-9-fix
Browse files Browse the repository at this point in the history
Fix compile errors for 4_9_ESP_NOW and 4_10_WIFI_AP_Server
  • Loading branch information
nseidle authored Dec 3, 2024
2 parents 80564e5 + 2c693fe commit 5dee7b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Example_Sketches/4_10_WiFi_AP_Server/4_10_WiFi_AP_Server.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ ported for sparkfun esp32

#define SERVER_PORT 80

bool RTK_CONFIG_MBEDTLS_EXTERNAL_MEM_ALLOC = false;

void setup()
{
IPAddress ipAddress;
Expand Down
2 changes: 2 additions & 0 deletions Example_Sketches/4_9_ESP_NOW/4_9_ESP_NOW.ino
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const MacAddress macDev2({0xE0, 0x5A, 0x1B, 0xD8, 0x8F, 0x14});
const char * wifiApSsid = "SoftAP";
const char * wifiApPassword = "Password";

bool RTK_CONFIG_MBEDTLS_EXTERNAL_MEM_ALLOC = false;

ESP_NOW_Serial_Class * nowSerial;

void setup()
Expand Down

0 comments on commit 5dee7b3

Please sign in to comment.