Memory savings by replacing strings#792
Memory savings by replacing strings#792JF002 merged 1 commit intoInfiniTimeOrg:developfrom Riksu9000:memory_saving
Conversation
|
@Riksu9000 Impressive! Does it free RAM or FLASH memory? |
These changes only free FLASH memory. |
|
How come those std::to_string were using so much space in flash? |
|
there are still a few more instances of A quick skim makes it seem like we don't use the date library those other calls are in. Which would explain the flash savings by just out-rite no longer including the routine! Well worth the change I think. |
Saves 996 bytes!