forked from meshtastic/firmware
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Opening this issue to document potential configuration pitfalls (to cascade into issues later on)
- Device role: ideally
CLIENT,CLIENT_MUTEorSENSOR-> test use cases. Can there be other roles (egROUTER)? - Data packets: avoid sending data packets to phone only for Smart Citizen use case. We always want to make sure data reaches our server either via MQTT or mesh.
- RTC: measurements can take place even without
timestampas it will be assigned on the node that received it (if a node has timestamp, probably has uplink too). A node without timestamp, however, shouldn't be allowed to uplink non-timestamped points, unless we have a timestamp on ingestion
Reactions are currently unavailable