HI, all
It's my this first experience with MCU (NodeMCU ESP8266, ESP-12E), so, i'm just collecting the experience.
And latest my coding shows sometimes the following:
1) when initially write a sub code - all log() records are visible in the log, all is correct and no trouble (sending a record to a server API and database).
2) after some more adding codes into this well debugged sub - suddently i see that no more log outputs from this sub !, but result is OK, the data is received into the server db.
And no any errors in the log.
But why logging is stopped from this sub ?
If to remove latest added codes from the sub - the previous working logging is again ok visible!
It's my this first experience with MCU (NodeMCU ESP8266, ESP-12E), so, i'm just collecting the experience.
And latest my coding shows sometimes the following:
1) when initially write a sub code - all log() records are visible in the log, all is correct and no trouble (sending a record to a server API and database).
2) after some more adding codes into this well debugged sub - suddently i see that no more log outputs from this sub !, but result is OK, the data is received into the server db.
And no any errors in the log.
But why logging is stopped from this sub ?
If to remove latest added codes from the sub - the previous working logging is again ok visible!