navi: Migration from Nextcloud
This commit is contained in:
18
navi/netatmo.cheat
Normal file
18
navi/netatmo.cheat
Normal file
@@ -0,0 +1,18 @@
|
||||
% flasher
|
||||
# Set server
|
||||
flasher -setserver nv2 <server>
|
||||
$ server: echo "netcomv2.inte.netatmo.net nv2-nlg.netatmo.net nv2-nmg.netatmo.net upp.netatmo.net" | tr " " "\n"
|
||||
|
||||
|
||||
% jlink
|
||||
# JLinkExe
|
||||
JLinkExe -if SWD -speed 1000 -device <target>
|
||||
# JLinkGDBServer
|
||||
JLinkGDBServer -if SWD -device <target>
|
||||
# Variables
|
||||
$ target: echo "ATSAMR21E19A nRF52" | tr " " "\n"
|
||||
|
||||
|
||||
# Sniffer Zigbee
|
||||
<pyet>/zigbee/python_zigbee_interface.py -c <channel>
|
||||
$ pyet: echo "$HOME/Netatmo/core/python-emb-tools/python/bin"
|
||||
Reference in New Issue
Block a user