Search found 1 match

by fizzytaken
Sun Jan 06, 2019 2:43 pm
Forum: General Discussion and Questions
Topic: Command not executed MQTT boot.py
Replies: 1
Views: 1464

Command not executed MQTT boot.py

Hi, I have a problem with my boot.py file, I created a file with a different "def" for init network, mqtt, lib, etc ... The ESP32 starts and starts to boot devices, but it will appear that it does not execute all commands: My boot.py file runs: print ("INIT NETWORK") init_network() print ("UPDATE") ...