Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/flipperzero-protobuf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Prosvetova <anna@prosvetova.me>2021-10-27 20:12:24 +0300
committerGitHub <noreply@github.com>2021-10-27 20:12:24 +0300
commit4c45aa7d8971e35d87de13b392bed88dc2c07bdb (patch)
tree26e318318dbc4bdbefca168e73b704a4ae2fa2b4
parent4367c06523645a57b5494f3b1c565d9a3dd661b1 (diff)
Fix naming in the options file (#9)
-rw-r--r--application.options8
1 files changed, 4 insertions, 4 deletions
diff --git a/application.options b/application.options
index dbe539d..72dcc29 100644
--- a/application.options
+++ b/application.options
@@ -1,5 +1,5 @@
-PB_App.Start.args type:FT_POINTER
-PB_App.Start.args max_length:512
-PB_App.Start.name type:FT_POINTER
-PB_App.Start.name max_length:512
+PB_App.StartRequest.args type:FT_POINTER
+PB_App.StartRequest.args max_length:512
+PB_App.StartRequest.name type:FT_POINTER
+PB_App.StartRequest.name max_length:512