Skip to content

Commit

Permalink
release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitshaoxiang committed Aug 28, 2023
1 parent fc1e5a7 commit 1e81176
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 97 deletions.
10 changes: 1 addition & 9 deletions examples/Modules/Base_PoE/LAN_W5500/WebServer/WebServer.ino
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
/*
Before compile this example, you have to change line 28 of the ESP32 core's
Server.h from: "virtual void begin(uint16_t port=0) =0;" To: "virtual void
begin() =0;" But that will break anything that uses the ESP32 WiFi library's
WebServer class.
Reference link:
https://community.m5stack.com/topic/3068/lan-module-w5500-with-poe-compilation-error
*/
#include <M5Stack.h>
#include <SPI.h>
#include <Ethernet.h>
#include <M5_Ethernet.h>
#define SCK 18
#define MISO 19
#define MOSI 23
Expand Down
Binary file removed examples/Modules/LAN_W5500/Ethernet2.zip
Binary file not shown.
10 changes: 1 addition & 9 deletions examples/Modules/LAN_W5500/WebServer/WebServer.ino
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
/*
Before compile this example, you have to change line 28 of the ESP32 core's
Server.h from: "virtual void begin(uint16_t port=0) =0;" To: "virtual void
begin() =0;" But that will break anything that uses the ESP32 WiFi library's
WebServer class.
Reference link:
https://community.m5stack.com/topic/3068/lan-module-w5500-with-poe-compilation-error
*/
#include <M5Stack.h>
#include <SPI.h>
#include <Ethernet.h>
#include <M5_Ethernet.h>
#define SCK 18
#define MISO 19
#define MOSI 23
Expand Down
76 changes: 0 additions & 76 deletions examples/Unit/M5BIT/M5BIT.ino

This file was deleted.

2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/m5stack/m5stack.git"
},
"version": "0.4.4",
"version": "0.4.5",
"frameworks": "arduino",
"platforms": "espressif32",
"headers": "M5Stack.h"
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=M5Stack
version=0.4.4
version=0.4.5
author=M5Stack
maintainer=M5Stack
sentence=Library for M5Stack Core development kit
Expand All @@ -8,4 +8,4 @@ category=Device Control
url=https://github.com/m5stack/m5stack
architectures=esp32
includes=M5Stack.h
depends=M5Family,M5Module-4Relay,MODULE_GRBL13.2,Ethernet2
depends=M5Family,M5Module-4Relay,MODULE_GRBL13.2,M5_BMM150

0 comments on commit 1e81176

Please sign in to comment.