• Did some more testingto see what heap and size of bin is doing:
    440132 bytes freeHeap = 8648
    with USE_GRAPHICS = 1 457860 bytes freeHeap = 7912 --> 736 bytes for graphics
    with USE_CRYPTO = 1 455428 bytes freeHeap = 7288 --> 1360 bytes for crypto
    with USE_GRAPHICS = 1 USE_CRYPTO = 1 473172 bytes freeHeap = ??
    Taking these numbers graphics and crypto would need 2096 bytes of heap, which is (IMHO) a lot

About

Avatar for JumJum @JumJum started