DeltaLima
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-18 00:57:56 +02:00
717b201889 update geany configuration
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-18 00:14:48 +02:00
06d4ba73c0 mixing data types in a printf call seems not to be ok
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 22:59:55 +02:00
36b2da7802 begin to seperate stuff for esp32 and esp8266 in their own header files
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 22:43:59 +02:00
f130700cf0 add deleteFile() to CanGrow_LittleFS.h
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 22:20:28 +02:00
985b2cac5d LittleFS wip
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 21:48:06 +02:00
4595bea4e5 disabled verbose compile output
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 21:32:06 +02:00
c4dea65157 LittleFS wip - putting things together in include/CanGrow_LittleFS.h
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 21:17:55 +02:00
d97a220f42 add esp32 d1 mini fqbn as comment
DeltaLima commented on issue DeltaLima/CanGrow#16 2024-10-17 20:39:24 +02:00
LittleFS.format() crashes ESP32
    #ifdef ESP32
    LittleFS.begin();
    #endif
    LittleFS.format();

fixed it.

DeltaLima closed issue DeltaLima/CanGrow#16 2024-10-17 20:39:24 +02:00
LittleFS.format() crashes ESP32
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 20:38:49 +02:00
26f0939cc6 LittleFS.format on ESP32 needs LittleFS.begin() before
DeltaLima opened issue DeltaLima/CanGrow#16 2024-10-17 19:05:06 +02:00
LittleFS.format() crashes ESP32
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 15:56:42 +02:00
7dcfc375bb adding include dependencies for specific boards
989fefd1e2 add more library dependencies to setup
Compare 2 commits »
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 15:30:03 +02:00
a330268960 debugging - LittleFS causes ESP32 D1 Mini to crash - no idea why
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 15:27:03 +02:00
04e8de0fde ignore CanGrow_Version.h
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 15:26:44 +02:00
73f017cd2f cangrow.sh tweaks
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 14:23:38 +02:00
e82046d297 use vanilla espasyncwebserver instead of esphome fork. now it compiles for esp32 as well :)
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 02:40:36 +02:00
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 02:35:09 +02:00
c4155e1f9b basics of factory reset implemented
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-17 02:15:19 +02:00
4c57546657 basics of factory reset implemented