tobozo / M5Stack-SD-Updater

💾 Customizable menu system for M5Stack, M5Unified and ESP32-Chimera-Core - loads apps from the Micro SD card. Easily add you own apps
MIT License
310 stars 42 forks source link

[SD-App] please add @MaSaKai1652's RainCloudRadar #116

Open tobozo opened 4 years ago

tobozo commented 4 years ago

https://github.com/MaSaKai1652/RainCloudRadar

tobozo commented 4 years ago

The app has been scheduled for rebuild

tobozo commented 4 years ago

Compilation of this package failed, it has been labeled as invalid until the source of the problem is identified and addressed

/home/runner/work/RainCloudRadar/Amagumo.ino: In function 'void get_and_render_rain_radar()':
Amagumo:114:59: error: void value not ignored as it ought to be
    M5.Lcd.drawJpg((const unsigned char *)body.toCharArray(char_buffer, body_s), body_s, 0, 16);
                                                          ^
Amagumo:115:10: error: ambiguous overload for 'operator=' (operand types are 'String' and 'char')
    body = '\0'; /* cleanup */
          ^
In file included from /home/runner/.arduino15/packages/esp32/hardware/esp32/1.0.4/cores/esp32/Arduino.h:146:0,
                from /tmp/arduino_build_561389/sketch/Amagumo.ino.cpp:1: