init
This commit is contained in:
commit
08c904ba12
57 changed files with 12621 additions and 0 deletions
18
firmware/rootfs_overlay/etc/iex.exs
Normal file
18
firmware/rootfs_overlay/etc/iex.exs
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Add Toolshed helpers to the IEx session
|
||||
use Toolshed
|
||||
|
||||
if RingLogger in Application.get_env(:logger, :backends, []) do
|
||||
IO.puts """
|
||||
RingLogger is collecting log messages from Elixir and Linux. To see the
|
||||
messages, either attach the current IEx session to the logger:
|
||||
|
||||
RingLogger.attach
|
||||
|
||||
or print the next messages in the log:
|
||||
|
||||
RingLogger.next
|
||||
"""
|
||||
end
|
||||
|
||||
# Be careful when adding to this file. Nearly any error can crash the VM and
|
||||
# cause a reboot.
|
Loading…
Add table
Add a link
Reference in a new issue