Lesha Lomalkin

Results 7 comments of Lesha Lomalkin

У вас модуль питается от 3.3V выхода Флиппера, но согласно нагугленной мною схеме самого модуля гироскопа - там есть LDO, а значит, что предполагается его работа от повышенного напряжения. ![image](https://user-images.githubusercontent.com/1192479/142699403-7954e699-374d-4f5e-958f-35263e31ea81.png)...

Сафари ![image](https://user-images.githubusercontent.com/1192479/96735228-039bec00-13c4-11eb-9afa-782ce11f86bd.png) После нажатия кнопок: ![image](https://user-images.githubusercontent.com/1192479/96735254-0ac2fa00-13c4-11eb-9e81-999f36b480dc.png) (сам репорт не мой) выглядит странно, как будто прогрузилось не все

> Предлагаю брать из названия файла, чтобы случайно не то не туда не залить Нет, надо точно дать возможность явно указывать. Поговорю с дизайнером как впихнуть это в шаблон.

Адрес должен запоминаться, хотябы до перезагрузки страницы. Это на случай загрузки нескольких прошивок подряд. Дефолтный адрес "0x08000000" (передается строкой).

Hello! Unfortunately API compatibility was broken in newest versions of firmware, I means command `screen_stream` was removed from CLI, so frame buffer available only via RPC. You can refer https://github.com/flipperdevices/flipperzero_protobuf_py...

After updating VSCode to 1.87.2, I can't setup NEW remote SSH connection due to error while downloading vscode-server (Destination OS is Ubuntu @ x86_64): ``` [14:56:51.846] > Linux 6.5.0-21-generic #21~22.04.1-Ubuntu...

Hello! You should use 3 events sequentially for direct input events injecting. [Example is here](https://github.com/flipperdevices/flipperzero_protobuf_py/blob/712084268ca0dd6bd374c8be0de375138a15c5dc/flipper_protobuf.py#L136). Any sequence must start from PRESS and ends with RELEASE [(see more about parsing events)](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/applications/services/rpc/rpc_gui.c)....