Skip to content

Commit 6c10293

Browse files
committed
Fix version in readme and json orz
Update readme
1 parent 8293833 commit 6c10293

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ESP3D 3.0 alpha stage ![ESP3D](https://img.shields.io/badge/dynamic/json?label=ESP3D&query=$.version&url=https://raw.githubusercontent.com/luc-github/ESP3D/refs/heads/3.0/info.json)
22

33
<img src="https://github.com/luc-github/ESP3D/blob/3.0/images/Screen/logo2.png">
4-
<H3>Do not use it for production, in alpha stage - breaking changes can happen anytime - just be aware of that, but feel free to test it and feedback</H3>
4+
<H3>Beta stage - ready for testing - feel free to test it and feedback</H3>
55
Firmware for ESP8266/ESP8285 and ESP32 (original, pico, S2, S3, C3) used with 3D printer/Sand-Table and CNC
66

77
To compile ESP3D you need to edit the configuration.h according your needs.
@@ -29,18 +29,10 @@ Please go to [esp3d.io](http://esp3d.io/esp3d/v3.x/index.html) for documentation
2929
* Android :
3030
- SSDP/UPnP Scanner : https://play.google.com/store/apps/details?id=com.vgc.ssdpscan
3131

32-
# TODO List to move to beta
33-
34-
- [Finish web UI Major features (3D printing and GRBL)](https://github.com/luc-github/ESP3D-WEBUI/issues/94#issuecomment-660600551)(done :+1:)
35-
- Do user documentation: Readme / features list description / wiki/ Features videos etc... (on going on http://esp3d.io)
36-
- Complete all planned features (https://github.com/users/luc-github/projects/1/views/1)
37-
- Test current features heavily
38-
- Collect some feedback
3932

4033
# TODO List in beta
4134

4235
- Test heavily (still)
43-
- [Implement minor missing features not present in alpha](https://github.com/luc-github/ESP3D-WEBUI/issues?q=is%3Aissue+is%3Aopen+label%3A3.0)
4436
- Translate UI and build language packs
4537
- Adjust features according feedback
4638
- Refactoring code when necessary

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.0.0.a248"
2+
"version": "3.0.0.b1"
33
}

0 commit comments

Comments
 (0)