You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Building the GPY with:
cd esp32
make BOARD=GPY clean
make BOARD=GPY TARGET=boot
make BOARD=GPY TARGET=app
make BOARD=GPY ESPPORT=COM3 flash
builds and flash it to GPY
Testing the lte.connect() doesn't work.
If the GPY is flashed with the original firmware (using pycom firmware update 1.6.0) the lte.connect() works. Do we have to build with special params like radio freq or others?
Thank you!
The text was updated successfully, but these errors were encountered:
Building the GPY with:
cd esp32
make BOARD=GPY clean
make BOARD=GPY TARGET=boot
make BOARD=GPY TARGET=app
make BOARD=GPY ESPPORT=COM3 flash
builds and flash it to GPY
Testing the lte.connect() doesn't work.
If the GPY is flashed with the original firmware (using pycom firmware update 1.6.0) the lte.connect() works. Do we have to build with special params like radio freq or others?
Thank you!
The text was updated successfully, but these errors were encountered: