The final project of Embedde class.

Files at this revision

API Documentation at this revision

Comitter:
pkr7098
Date:
Thu Jun 03 07:04:59 2021 +0000
Parent:
0:6489e982d4c9
Commit message:
The final project of Embedded class.

Changed in this revision

ESP-call.cpp Show annotated file Show diff for this revision Revisions of this file
ESP-call.h Show annotated file Show diff for this revision Revisions of this file
--- a/ESP-call.cpp	Wed May 12 03:11:56 2021 +0000
+++ b/ESP-call.cpp	Thu Jun 03 07:04:59 2021 +0000
@@ -11,7 +11,7 @@
 
 // ======================================================================
 
-char ESP_recv_buffer[1028];         // ESP receive buffer
+char ESP_recv_buffer[2049];         // ESP receive buffer
 int ESP_recv_buffer_index;          // ESP receive buffer index
 
 // ======================================================================
--- a/ESP-call.h	Wed May 12 03:11:56 2021 +0000
+++ b/ESP-call.h	Thu Jun 03 07:04:59 2021 +0000
@@ -1,3 +1,6 @@
+#ifndef _ESP_CALL_H
+#define _ESP_CALL_H
+
 // ======================================================================
 
 typedef struct NodeMCU_PGM_STRUCT {
@@ -32,4 +35,6 @@
 char *ESP_call_single(NodeMCU_PGM pgm);
 void ESP_call_multi(NodeMCU_PGM pgms[]);
 
-// ======================================================================
\ No newline at end of file
+// ======================================================================
+
+#endif
\ No newline at end of file