Dmitriy Stepanov
Dmitriy Stepanov
@jshiell We have shared checkstyle config situated in separate github project. To not manually fetch and pull changes (in case they are) - was configured http link. Sometimes there are...
I have tried but plugin version is not compatible with my idea version )). May be Pavel will be more lucky.
```Caching disabled for task ':common:installBuildRequirements' because: Build cache is disabled Task ':common:installBuildRequirements' is not up-to-date because: **Task has not declared any outputs despite executing actions.** ``` https://docs.gradle.org/4.0/userguide/more_about_tasks.html#sec:up_to_date_checks What this means...
I think it is required to revisit all tasks inpygradle and think about input/output concept. In that case the build process will be faster and works in the same way....
Yes I also tried other networks (hotspot on androif phone and hotspot on fedora notebook). The same random time unwiiling to connect. After some time it succeds to connect. AP...
Also may be you can advise about OTA update - does any additional coding should be done to receive firmware.bin on nodes site. I tried HelloWorld example. And in debug...
I think that I tried both ways. First was used without node name: python3 send_ota.py --bin /esp32MqttOTA/.pioenvs/esp32dev/firmware.bin --id 0x1337 --broker 192.168.100.53 --user user --password password --intopic ESP32-in --outtopic ESP32-out Second...
Thank you for help. Currently for me the most problem is 201 exception after already connected node go to reboot. After it takes about half an hour to connect again....
#if ! defined(ESP8266MESHMQTT_DISABLE_OTA) && ! defined(ESP32) //By default we support OTA #if ! defined(MQTT_MAX_PACKET_SIZE) || MQTT_MAX_PACKET_SIZE < (1024+128) #error "Must define MQTT_MAX_PACKET_SIZE >= 1152" #endif #define HAS_OTA 1 #else #define...
@johang Thank you for clarification. I just throught maybe something broken during build or i have some block corrupted. The board connected to switch ( access port to network with...