Просмотр исходного кода

Merge pull request #10 from leedave/feature/subghz_updates

Set defailt last station to lower number to prevent memory crash
David Lee 2 лет назад
Родитель
Сommit
c03560b3d9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      meal_pager.c

+ 1 - 1
meal_pager.c

@@ -47,7 +47,7 @@ Meal_Pager* meal_pager_app_alloc() {
     app->first_station = 0;
     app->first_station = 0;
     app->first_station_char = "0";
     app->first_station_char = "0";
     app->last_station = 255;
     app->last_station = 255;
-    app->last_station_char = "255";
+    app->last_station_char = "10";
     app->first_pager = 0;
     app->first_pager = 0;
     app->first_pager_char = "0";
     app->first_pager_char = "0";
     app->last_pager = 31;
     app->last_pager = 31;