Skip to content

Commit

Permalink
Update microphone
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjackhughes committed Sep 26, 2024
1 parent c56cc8a commit cc70f75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/sendData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,9 @@ export const sendData = async (
sound_alert: 0,
trigger_condition: 150,
},

sensor_MIC: {
enable: 0,
icon_display: 0,
enable: 1,
icon_display: 1,
vibration_alert: 0,
sound_alert: 0,
trigger_condition: 80,
Expand Down

0 comments on commit cc70f75

Please sign in to comment.