Where communities thrive
Join over
1.5M+ people
Join over
100K+ communities
Free
without limits
Create
your own community
Explore more communities
M5STACK_FANS/Lobby
People
Repo info
Activity
tobozo
@tobozo
you need both json files, you can have multiple entries there
grooves38
@grooves38
ok, I see both in board manager now
tobozo
@tobozo
(not sure the git remote add origin will work without git init)
but if it works, you can git submodule update --recursive
oh wait
grooves38
@grooves38
M5Stack-SD-Menu:67:20: error: SPIFFS.h: No such file or directory
still there
tobozo
@tobozo
it's in the 1.0.0 folder you should do that git command
grooves38
@grooves38
ok
nope
not a git
tobozo
@tobozo
does this file even exist ? AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.0\libraries\SPIFFS\src\SPIFFS.h
grooves38
@grooves38
yes, it does
what about to move the package content to Documents/arduino ?
tobozo
@tobozo
won't change much I guess
did you re-select the right board in the boards menu ?
grooves38
@grooves38
hupps
no, I did before, it it forgot
looks better now :-)
yep, downloaded and started,
I guess I should copy the new one to SD card right ?
tobozo
@tobozo
and also flash the M5
grooves38
@grooves38
yes, yes, I did it and it start
s
_
tobozo
@tobozo
and probably re format the spiffs
grooves38
@grooves38
wow
it works
that was easy :-)
tobozo
@tobozo
I'm quite sure the beer was the most decisive part
grooves38
@grooves38
probably, :-), I wanted to give up already
thanks for your help
great, is the project finished for you or more plans ?
tobozo
@tobozo
if you think this library could work with esp-idf, feel free to advise
I'm as lost with esp-idf as you are with Arduino ^^
grooves38
@grooves38
that would be great, I feel much more at home there
I can try to compile , I could at least implement a component, called arduino
and can now uses LCD lib, inside native IDF
tobozo
@tobozo
how does the idf cope with M5Stack.h libraries ?
maybe merging with the m5 core could solve some issues ?
grooves38
@grooves38
it is a component there,
yes, there are two components, one is arduino the other is m5stack
m5 stack uses the arduino
and the native main, uses m5stack API
just one thing you have to change, enable C++ ,
tobozo
@tobozo
how different is it from the platformio way ?
grooves38
@grooves38
normally all Espressif components are written in ANSI C
very different, :-)
it is based on make
and shell scripts
but that is the basement of all