Giter Site home page Giter Site logo

codorstelian / hm-io-connect-esp-rainmaker Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 837 KB

Smart Home application based on ESP RainMaker and designed for IO Connect

License: BSD 2-Clause "Simplified" License

CMake 1.31% C 98.15% Makefile 0.54%
esp32 esp rainmaker ioconnect

hm-io-connect-esp-rainmaker's People

Contributors

codorstelian avatar

Stargazers

 avatar  avatar

Watchers

 avatar

hm-io-connect-esp-rainmaker's Issues

esp_insights_encoder fails to compile?

(...)
Compiling .pio/build/release/esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_encoder.o
In file included from esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_encoder.c:19:
esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_cbor_encoder.h:26:42: error: unknown type name 'esp_core_dump_summary_t'
 void esp_insights_cbor_encode_diag_crash(esp_core_dump_summary_t *summary);
                                          ^~~~~~~~~~~~~~~~~~~~~~~
esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_encoder.c: In function 'esp_insights_encode_boottime_data':
esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_encoder.c:96:5: error: unknown type name 'esp_core_dump_summary_t'
     esp_core_dump_summary_t *summary = malloc(sizeof(esp_core_dump_summary_t));
     ^~~~~~~~~~~~~~~~~~~~~~~
esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_encoder.c:96:54: error: 'esp_core_dump_summary_t' undeclared (first use in this function); did you mean 'esp_core_dump_to_uart'?
     esp_core_dump_summary_t *summary = malloc(sizeof(esp_core_dump_summary_t));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~
                                                      esp_core_dump_to_uart
esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_encoder.c:96:54: note: each undeclared identifier is reported only once for each function it appears in
esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_encoder.c:99:13: error: implicit declaration of function 'esp_core_dump_get_summary'; did you mean 'esp_core_dump_to_uart'? [-Werror=implicit-function-declaration]
         if (esp_core_dump_get_summary(summary) == ESP_OK) {
             ^~~~~~~~~~~~~~~~~~~~~~~~~
             esp_core_dump_to_uart
esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_encoder.c:100:13: error: implicit declaration of function 'esp_insights_cbor_encode_diag_crash'; did you mean 'esp_insights_cbor_encode_diag_logs'? [-Werror=implicit-function-declaration]
             esp_insights_cbor_encode_diag_crash(summary);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             esp_insights_cbor_encode_diag_logs
cc1: some warnings being treated as errors
Compiling .pio/build/release/esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_cbor_encoder.o
*** [.pio/build/release/.pio/build/release/mqtt_server.crt.o] Source `.pio/build/release/mqtt_server.crt.S' not found, needed by target `.pio/build/release/.pio/build/release/mqtt_server.crt.o'.
*** [.pio/build/release/esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_encoder.o] Error 1
esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_cbor_encoder.c:68:42: error: unknown type name 'esp_core_dump_summary_t'
 void esp_insights_cbor_encode_diag_crash(esp_core_dump_summary_t *summary)
                                          ^~~~~~~~~~~~~~~~~~~~~~~
*** [.pio/build/release/esp-rainmaker/components/esp-insights/components/esp_insights/src/esp_insights_cbor_encoder.o] Error 1
======================================== [FAILED] Took 14.12 seconds ========================================

Environment    Status    Duration
-------------  --------  ------------
release        FAILED    00:00:14.121
=================================== 1 failed, 0 succeeded in 00:00:14.121 ===================================
The terminal process "platformio 'run', '--environment', 'release'" terminated with exit code: 1.

Minor typo in connectivity notifications

There's a missing space before "is" in the connectivity notifications. Screenshot for similar notifications in ESP RainMaker and IO Connect attached for reference.

Screenshot_20210908-001202

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.