We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f55c19 commit 8293833Copy full SHA for 8293833
esp3d/configuration.h
@@ -501,6 +501,17 @@
501
* Sensor feature
502
*
503
************************************/
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
515
/* Sensor pin
516
* The pin used for the sensor
517
*/
esp3d/src/include/esp3d_version.h
@@ -22,7 +22,7 @@
22
#define _VERSION_ESP3D_H
23
24
// version and sources location
25
-#define FW_VERSION "3.0.0.a248"
+#define FW_VERSION "3.0.0.b1"
26
#define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0"
27
28
#endif //_VERSION_ESP3D_H
0 commit comments