-
Hi,
Following the sequence:
mix get.deps
mix compile
mix grisp.deploy fails with the following output. No file is found in _build/dev/rel/myapp/bin
mix grisp.deploy:
<
===>🐟 Deploying…
-
If grisp_connect looses connection with grisp.io it spamms connection attemps.
It should at least wait a bit.
```
=NOTICE REPORT==== 1-Jan-1988::00:04:52.122951 ===
port: 8443
domain: w…
-
In grisp_tools 2.7.0 `erlexec` is introduced in the dependency tree, but somehow mix cannot build it.
```
mix grisp.deploy …
-
Attempting to run `make install` produces the following error:
----------------------------------------------------------------------------------------------------------------
building: rtems-tools-…
-
In Elixir version 1.17, the function `elixir:start_iex/0` has been removed.
This makes the grisp.ini boot args, suggested in the README, only valid up to elixir 1.16.
We need to document this and fi…
-
Quoted from @peerst (thank you so much !) :
> From the Erlang level driver standpoint I would add a function `grisp_gpio:set_mode/1` which takes atom values:
>
> - disabled
> - single
> - …
-
### Pre-Check ###
I am trying to setup and deploy a grisp application from this github: "https://github.com/lunelis/sensor_fusion" but when trying to deploy to my SD card I get an "Uncaught error i…
-
The source of the issue seems to be here: https://github.com/grisp/grisp_tools/blob/37b2b6525eea2bafb3de79fbf494e9f8c5f5af08/src/grisp_tools_deploy.erl#L89-L97
-
When we not only get progress reports but a crash dump the formatting functions can't deal with the fact that the passed list is not of the format `[{K1, V1}, {K2, V2}, ...]` but contains a nested lis…
-
### Versions
* OS: `Ubuntu 16.04`
* Erlang: `Erlang/OTP 20 Erts 9.2`
* Rebar: `rebar 3.5.3 on Erlang/OTP 20 Erts 9.2`
* rebar3-grisp: `master`
### Description
When a short message is sent be…