Skip to content

Commit 68d2608

Browse files
committed
Update _pybytes_config.py
1 parent b8f24a8 commit 68d2608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/frozen/Pybytes/_pybytes_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def __process_sigfox_registration(self, activation_token):
129129
import _urequest as urequest
130130

131131
if hasattr(pycom, 'sigfox_info'):
132-
if pycom.sigfox_info()[0] is None or pycom.sigfox_info()[1] is None or pycom.sigfox_info()[2] is None or pycom.sigfox_info()[3] is None:
132+
if not pycom.sigfox_info():
133133
try:
134134
jsigfox = None
135135
from network import LoRa

0 commit comments

Comments
 (0)