user_config_override.h #502
-
I have just found a bit of time to re look at my lanbon_eth plates. I use the user_config_override.h to set:
I used to get a subscribe topic of 'SP/1/command/#' with these settings, but now on a new build I'm getting 'hasp/1/command/#' so it looks like its using the MQTT_GROUPNAME but ignoring the MQTT_PREFIX. Is there a different define I need to make now its using the inbuilt mqtt client instead of pub sub? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Further to this I have looked at the web interface and changed the 3 prefixes from hasp to SP but then got the following subscribe topics :
So it looks like that woudl le tme change the individual command topic but not the global one. As an aside I also notice that my custom boot logo was not used, so I wonder if some of the build system is no longer using all the settings from the user_config_override.h |
Beta Was this translation helpful? Give feedback.
Ok, So this was my fault...
I forgot I had got the -DUSE_CONFIG_OVERRIDE commented out in the platformio_override.ini because when I tried to quickly compile this a few weeks ago I was getting an error during build that seem to be related to custom builds only. I only had time to disable custom builds to prove my theory it was related to that, then forgot about it as I had to crack on with other things, and stick with the previous working build.
I imagine once I find a fix to this build error everything will in fact be fine :-)