1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

4 Commits

Author SHA1 Message Date
sticilface
9feb47ab06 Fix indentation to spaces
Run test/restyle.sh
Remove commented code
Use #ifdef blocks for debugging.  `DEBUG_ESP_CORE` and `DEBUG_ESP_PORT`
use `static constexpr  layout` which saves ROM ~500B for unused vars
2020-11-15 11:01:42 +00:00
sticilface
ee1481aa7c Parsed with restyle.sh. Compile with all errors. 2020-11-07 19:24:31 +00:00
sticilface
745db9ab55 Oops. Need to pass layout by reference in order to capture the correct address. Took a while to find that. There maybe a better way to store all these configs 2020-11-06 22:33:01 +00:00
sticilface
0fb1ebc3c0 Add FSTools with examples of how to convert between SPIFFS and LITTLEFS. 2020-11-06 20:31:43 +00:00