Enable updates for production behind receive_updates gate (#3496)

* add gate type

* gate the updates

* enable updates in `production`

* web placeholder for `useOTAUpdates()`

* update comment
This commit is contained in:
Hailey
2024-04-12 14:51:53 -07:00
committed by GitHub
parent 1f587ea4b6
commit f91aa37c6b
6 changed files with 49 additions and 40 deletions
+1
View File
@@ -0,0 +1 @@
export function useOTAUpdates() {}