6 files changed +5
-97
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- Before compile this example, you have to change line 28 of the ESP32 core's
3
- Server.h from: "virtual void begin(uint16_t port=0) =0;" To: "virtual void
4
- begin() =0;" But that will break anything that uses the ESP32 WiFi library's
5
- WebServer class.
6
- Reference link:
7
- https://community.m5stack.com/topic/3068/lan-module-w5500-with-poe-compilation-error
8
- */
9
1
#include < M5Stack.h>
10
2
#include < SPI.h>
11
- #include < Ethernet .h>
3
+ #include < M5_Ethernet .h>
12
4
#define SCK 18
13
5
#define MISO 19
14
6
#define MOSI 23
Original file line number Diff line number Diff line change 1
- /*
2
- Before compile this example, you have to change line 28 of the ESP32 core's
3
- Server.h from: "virtual void begin(uint16_t port=0) =0;" To: "virtual void
4
- begin() =0;" But that will break anything that uses the ESP32 WiFi library's
5
- WebServer class.
6
- Reference link:
7
- https://community.m5stack.com/topic/3068/lan-module-w5500-with-poe-compilation-error
8
- */
9
1
#include < M5Stack.h>
10
2
#include < SPI.h>
11
- #include < Ethernet .h>
3
+ #include < M5_Ethernet .h>
12
4
#define SCK 18
13
5
#define MISO 19
14
6
#define MOSI 23
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
"type" : " git" ,
11
11
"url" : " https://github.com/m5stack/m5stack.git"
12
12
},
13
- "version" : " 0.4.4 " ,
13
+ "version" : " 0.4.5 " ,
14
14
"frameworks" : " arduino" ,
15
15
"platforms" : " espressif32" ,
16
16
"headers" : " M5Stack.h"
Original file line number Diff line number Diff line change 1
1
name =M5Stack
2
- version =0.4.4
2
+ version =0.4.5
3
3
author =M5Stack
4
4
maintainer =M5Stack
5
5
sentence =Library for M5Stack Core development kit
@@ -8,4 +8,4 @@ category=Device Control
8
8
url =https://github.com/m5stack/m5stack
9
9
architectures =esp32
10
10
includes =M5Stack.h
11
- depends =M5Family,M5Module-4Relay,MODULE_GRBL13.2,Ethernet2
11
+ depends =M5Family,M5Module-4Relay,MODULE_GRBL13.2,M5_BMM150
0 commit comments