8000 Merge pull request #100 from pycom/update_pybytes_for_release · daq-tools/pycom-micropython@bc41407 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc41407

Browse files
authored
Merge pull request pycom#100 from pycom/update_pybytes_for_release
Update pybytes for release
2 parents a25a686 + 68d2608 commit bc41407

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)
0