Fixed analog issue

This commit is contained in:
Yohan Boujon 2024-12-03 16:30:20 +01:00
parent 02e2fb71cd
commit f5c1969a80

View file

@ -105,7 +105,7 @@ void setup() {
void loop() {
test_RN2483A();
Serial.print("Value from sensor: ");
Serial.println(gaz_sensor.get_value());
Serial.println(gaz_sensor.get_analog());
delay(1000);
// Test communication to gateway