mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Bump version for beta 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user