Skip to content

Commit

Permalink
Merge pull request #10 from leedave/feature/subghz_updates
Browse files Browse the repository at this point in the history
Set defailt last station to lower number to prevent memory crash
  • Loading branch information
leedave authored Jan 4, 2024
2 parents 1aaffe0 + ba29d9a commit c03560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meal_pager.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Meal_Pager* meal_pager_app_alloc() {
app->first_station = 0;
app->first_station_char = "0";
app->last_station = 255;
app->last_station_char = "255";
app->last_station_char = "10";
app->first_pager = 0;
app->first_pager_char = "0";
app->last_pager = 31;
Expand Down

0 comments on commit c03560b

Please sign in to comment.