Bump version for beta 1

This commit is contained in:
Luc 2024-12-18 11:40:33 +08:00
parent 0f55c19a2f
commit 8293833e0b
2 changed files with 12 additions and 1 deletions

View File

@ -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
*/

View File

@ -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