This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Description
Please include the following information when submitting a bug report:
- The Pycom board you are using (e.g. WiPy 2.0, LoPy): FiPy with Pytrack 2.0
- The firmware version you are using. You can get it by executing the following Python code at the REPL:
(sysname='FiPy', nodename='FiPy', release='1.20.2.r6', version='v1.11-c5a0a97 on 2021-10-28', machine='FiPy with ESP32', lorawan='1.0.2', sigfox='1.0.1', pybytes='1.7.1')
- Exact steps to cause this issue
- I tried to use the pybytes.send_custom_location(1, 50, 15)
- received the error: AttributeError: 'PybytesProtocol' object has no attribute 'send_custom_location'
Thank you!