feat: warn user when duty cycle limit reached

closes #540
This commit is contained in:
andrekir 2023-10-12 22:52:54 -03:00
parent e82eb9413c
commit 8d22a23fe1
5 changed files with 27 additions and 3 deletions

View file

@ -181,4 +181,5 @@
<string name="waypoint_delete">Delete waypoint?</string>
<string name="waypoint_new">New waypoint</string>
<string name="waypoint_received">Received waypoint: %s</string>
<string name="error_duty_cycle">Duty Cycle limit reached. Cannot send messages right now, please try again later.</string>
</resources>