Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e81176

Browse files
committedAug 28, 2023
release v0.4.5
1 parent fc1e5a7 commit 1e81176

File tree

6 files changed

+5
-97
lines changed

6 files changed

+5
-97
lines changed
 

‎examples/Modules/Base_PoE/LAN_W5500/WebServer/WebServer.ino

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
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-
*/
91
#include <M5Stack.h>
102
#include <SPI.h>
11-
#include <Ethernet.h>
3+
#include <M5_Ethernet.h>
124
#define SCK 18
135
#define MISO 19
146
#define MOSI 23
-65.1 KB
Binary file not shown.

‎examples/Modules/LAN_W5500/WebServer/WebServer.ino

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
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-
*/
91
#include <M5Stack.h>
102
#include <SPI.h>
11-
#include <Ethernet.h>
3+
#include <M5_Ethernet.h>
124
#define SCK 18
135
#define MISO 19
146
#define MOSI 23

‎examples/Unit/M5BIT/M5BIT.ino

-76
This file was deleted.

‎library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/m5stack/m5stack.git"
1212
},
13-
"version": "0.4.4",
13+
"version": "0.4.5",
1414
"frameworks": "arduino",
1515
"platforms": "espressif32",
1616
"headers": "M5Stack.h"

‎library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5Stack
2-
version=0.4.4
2+
version=0.4.5
33
author=M5Stack
44
maintainer=M5Stack
55
sentence=Library for M5Stack Core development kit
@@ -8,4 +8,4 @@ category=Device Control
88
url=https://github.com/m5stack/m5stack
99
architectures=esp32
1010
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

Comments
 (0)
Failed to load comments.