Skip to content

Commit

Permalink
Bump version for beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Dec 18, 2024
1 parent 0f55c19 commit 8293833
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions esp3d/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion esp3d/src/include/esp3d_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8293833

Please sign in to comment.