GithubHelp home page GithubHelp logo

Comments (13)

dtomyy avatar dtomyy commented on August 11, 2024 1

I'm not developer, Image is crop from https://github.com/hkoffer/M5Stack-Thermal-Camera-

thermal_cam_interpolate

thermal_cam_interpolate.json
{"width":110,"height":110, "authorName":"Offer DIYER", "projectURL": "https://t.co/qxFj4EpW9n","credits":"https://twitter.com/Offer68328171/status/990110652671799297"}

from m5stack-sd-updater.

tobozo avatar tobozo commented on August 11, 2024

Are you sure you selected M5Stack-Core-ESP32 in the boards menu ?

Update.onProgress is part of the ESP32 SDK so it isn't a M5Stack-SD-Updater problem anyway.

from m5stack-sd-updater.

dtomyy avatar dtomyy commented on August 11, 2024

Yes, Sure selected M5Stack-Core-ESP32 and I have upload all M5Stack Advanced/Basics/Games sample and M5StackSAM's ExampleMENU also no problem.

Before add Updater codes to compiling is no problem.
screen shot 05-21-18 at 12 39 am

After add Updater codes to compiling errors.
screen shot 05-21-18 at 12 43 am

from m5stack-sd-updater.

tobozo avatar tobozo commented on August 11, 2024

Hard to say with just two lines of errors, can you check "show verbose output during compilation" and make sure the compiler warnings are set to none in the preferences ?

Also can you please try to run this sketch and paste the result:

void setup() {
 
  Serial.begin(115200);
 
  Serial.println("Using ESP object:");
  Serial.println(ESP.getSdkVersion());
 
  Serial.println("Using lower level function:");
  Serial.println(esp_get_idf_version());
}
 
void loop() {}

from m5stack-sd-updater.

dtomyy avatar dtomyy commented on August 11, 2024

Thanks for you help :)
image

image

from m5stack-sd-updater.

tobozo avatar tobozo commented on August 11, 2024

lol you're meant to flash your M5Stack with this sketch and capture the serial console output

You can open the serial console by clicking on the looking glass icon in the upper right corner.
Do that, then flash the M5 with the sketch.

from m5stack-sd-updater.

dtomyy avatar dtomyy commented on August 11, 2024

I don't know why, but I comment the error line:
image

And I can done compiling.
image

from m5stack-sd-updater.

tobozo avatar tobozo commented on August 11, 2024

I had to comment this function too for the ESP8266 version, but you'll lose the loader by doing that.

My sdk version:

Using ESP object:
v3.1-dev-661-gf586f5e6
Using lower level function:
v3.1-dev-661-gf586f5e6

You should update your ESP32 SDK, you're one minor version behind :-)

from m5stack-sd-updater.

dtomyy avatar dtomyy commented on August 11, 2024

I don't know what do you mean "lose the loader"
image

Can I change applications order?
image

from m5stack-sd-updater.

tobozo avatar tobozo commented on August 11, 2024

cool :-)

I'll probably add it to the apps list, do you want to contribute the meta file and jpeg? PR's are welcome.

I use git.io to shorten the first URL so the QRCode makes squares big enough to be scanned, but the second URL can be long and will be scrolled.

from m5stack-sd-updater.

artkeller avatar artkeller commented on August 11, 2024
  • error - ignore this message

from m5stack-sd-updater.

tobozo avatar tobozo commented on August 11, 2024

@dtomyy you can change the order of the applications by renaming them.

The list is sorted but it's not using natural sorting so it's A-Z then a-z, and it's only scanning the 3 first chars.

If you need to improve the sorting algo it's here

happy hacking ^_^

from m5stack-sd-updater.

tobozo avatar tobozo commented on August 11, 2024

closing this issue as solved, feel free to reopen if something new comes up

from m5stack-sd-updater.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.