mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-18 02:36:05 +08:00
Bump version for beta 1
This commit is contained in:
parent
0f55c19a2f
commit
8293833e0b
@ -501,6 +501,17 @@
|
||||
* Sensor feature
|
||||
*
|
||||
************************************/
|
||||
//#define SENSOR_DEVICE BMP280_DEVICE
|
||||
|
||||
// Sensor i2C address
|
||||
// Wire address of sensor
|
||||
#define SENSOR_ADDR 0x76
|
||||
|
||||
// Unit
|
||||
// C
|
||||
// Unit of the sensor result
|
||||
#define SENSOR__UNIT "C"
|
||||
|
||||
/* Sensor pin
|
||||
* The pin used for the sensor
|
||||
*/
|
||||
|
@ -22,7 +22,7 @@
|
||||
#define _VERSION_ESP3D_H
|
||||
|
||||
// version and sources location
|
||||
#define FW_VERSION "3.0.0.a248"
|
||||
#define FW_VERSION "3.0.0.b1"
|
||||
#define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0"
|
||||
|
||||
#endif //_VERSION_ESP3D_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user