Skip to content

Commit 5dee7b3

Browse files
authored
Merge pull request #20 from LeeLeahy2/4-9-fix
Fix compile errors for 4_9_ESP_NOW and 4_10_WIFI_AP_Server
2 parents 80564e5 + 2c693fe commit 5dee7b3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Example_Sketches/4_10_WiFi_AP_Server/4_10_WiFi_AP_Server.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ ported for sparkfun esp32
3535

3636
#define SERVER_PORT 80
3737

38+
bool RTK_CONFIG_MBEDTLS_EXTERNAL_MEM_ALLOC = false;
39+
3840
void setup()
3941
{
4042
IPAddress ipAddress;

Example_Sketches/4_9_ESP_NOW/4_9_ESP_NOW.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ const MacAddress macDev2({0xE0, 0x5A, 0x1B, 0xD8, 0x8F, 0x14});
3434
const char * wifiApSsid = "SoftAP";
3535
const char * wifiApPassword = "Password";
3636

37+
bool RTK_CONFIG_MBEDTLS_EXTERNAL_MEM_ALLOC = false;
38+
3739
ESP_NOW_Serial_Class * nowSerial;
3840

3941
void setup()

0 commit comments

Comments
 (0)