New firmware release 1.10.0.b1 (External 4MByte RAM support)
-
The new firmware seems to use more memory again. My code is not running anymore :(
I need a simple way to downgrade to the version before...
-
@paco88 said in New firmware release 1.10.0.b1 (External 4MByte RAM support):
- does this idf version fix the connection problem?
i'm interested to this too
-
@paco88 said in New firmware release 1.10.0.b1 (External 4MByte RAM support):
in frozen folder i found MQTT client. Can we have documentation for this new modules?
It's the same code found at https://github.com/pycom/pycom-libraries/tree/master/examples/aws which is documented at https://docs.pycom.io/chapter/tutorials/all/aws.html
-
Thank for the update. A couple of question:
- does this idf version fix the connection problem?
- in frozen folder i found MQTT client. Can we have documentation for this new modules?
-
@robert-hh thanks. We will update the docs shortly. Regarding the build error, I have just added the missing libraries: https://github.com/pycom/pycom-micropython-sigfox/commit/f81fb9aebc0d970d7c8bfe3896fa0fe7981d7475
That should fix it.
-
@daniel Building fails at load time (and yes: new compiler version, new esp-idf version) with the error:
LINK build/LOPY_868/release/application.elf /home/robert/Downloads/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld: cannot find -lpthread /home/robert/Downloads/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld: cannot find -lesp_adc_cal collect2: error: ld returned 1 exit status application.mk:375: recipe for target 'build/LOPY_868/release/application.elf' failed make: *** [build/LOPY_868/release/application.elf] Error 1
Where's the missing stuff?
-
@daniel Thank you for all the good new stuff. Looking into the diffs, it looks like you also addressed the glitch between OTA and USB loads.
And please also update the documentation for the new functions like ADC.voltage() and ADC.calibration(), even if some people seem to use the documentation only as last resort, if at all.