Skip to content

Commit 8293833

Browse files
committed
Bump version for beta 1
1 parent 0f55c19 commit 8293833

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

esp3d/configuration.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,17 @@
501501
* Sensor feature
502502
*
503503
************************************/
504+
//#define SENSOR_DEVICE BMP280_DEVICE
505+
506+
// Sensor i2C address
507+
// Wire address of sensor
508+
#define SENSOR_ADDR 0x76
509+
510+
// Unit
511+
// C
512+
// Unit of the sensor result
513+
#define SENSOR__UNIT "C"
514+
504515
/* Sensor pin
505516
* The pin used for the sensor
506517
*/

esp3d/src/include/esp3d_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define _VERSION_ESP3D_H
2323

2424
// version and sources location
25-
#define FW_VERSION "3.0.0.a248"
25+
#define FW_VERSION "3.0.0.b1"
2626
#define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0"
2727

2828
#endif //_VERSION_ESP3D_H

0 commit comments

Comments
 (0)