Skip to content

Commit beecf64

Browse files
committed
threshold update
1 parent 7695fa1 commit beecf64

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/06.nicla/boards/nicla-sense-env/tutorials/environmental-monitor-application-note

1 file changed

+1
-1
lines changed

content/hardware/06.nicla/boards/nicla-sense-env/tutorials/environmental-monitor-application-note/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ void displayAllData() {
582582
// Good air quality: Green LED
583583
rgbLED.setColor(0, 255, 0);
584584
rgbLED.setBrightness(255);
585-
} else if (airQualityIndex <= 100) {
585+
} else if (airQualityIndex <= 150) {
586586
// Moderate air quality: Yellow LED
587587
rgbLED.setColor(255, 255, 0);
588588
rgbLED.setBrightness(255);

0 commit comments

Comments
 (0)