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

11 Commits

Author SHA1 Message Date
david gauchard
3c43f18510
style 2022-06-16 00:11:18 +02:00
david gauchard
7e9968ca88
style 2022-06-15 23:55:49 +02:00
david gauchard
319f1d066d
style 2022-06-15 23:54:10 +02:00
sticilface
9f80841319
Update FSTools.cpp
Add yield in between file copy
2020-11-20 20:52:13 +00:00
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
4afa2d4502 remove unused variable 2020-11-07 19:40:22 +00:00
sticilface
e9d486bee3 Merge branch 'master' of https://github.com/sticilface/Arduino 2020-11-07 19:25:47 +00:00
sticilface
ee1481aa7c Parsed with restyle.sh. Compile with all errors. 2020-11-07 19:24:31 +00:00
sticilface
cbf4073695
Update FSTools.cpp
fix ESP.h to Esp.h
2020-11-07 08:36:54 +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