dmahony / LoRa-AX25-IP-Network

Utilising inexpensive wireless modules and open source software to form networks over long distances using AX25 and IP networking in the unlicensed ISM bands, without reliance on a centralised service provider.
204 stars 28 forks source link

Trying to merge it_sends.py into it_receives.py #3

Closed dmahony closed 8 years ago

dmahony commented 8 years ago

Please check the new file combine_rx_tx.py to see my attempt. I get this error when I run it:

Enter a message >>
ttt
Traceback (most recent call last):
  File "combine.py", line 118, in <module>
    lora.send()
  File "combine.py", line 86, in send
    handle_input(input)
NameError: global name 'handle_input' is not defined
dmahony commented 8 years ago

@mdxe Do you know why it is telling me that handle_input is not defined?

mdxe commented 8 years ago

Merged pull-request https://github.com/dmahony/Lora-Chat-Device/pull/6 should have fixed this issue