Chat freely about anything...

User avatar
By eriksl
#28594
Squonk wrote:
eriksl wrote:
Silvandre wrote:Hi! where can I find the display.h and display.c files?

thanks!
AS

They're in the git HEAD but not in the zip (apparently). For the last release you don't need them, you could remove them from the makefile. Or checkout HEAD with git.

No, they are not in the git HEAD, and removing display.c and display.h in the Makefile is not enough: there are references to them in application.c and user_main.c all over the place.

I commented out the offending lines, but it looks like you did not put these new files in the git index or did not pushed your local repo to Github. :?

Apparently I screwed up ;) I will make a new, complete release soon.
User avatar
By eriksl
#28608
Gobiwan wrote:If you do this, could you please implement a command to change the listening port on WiFi-Side?

That shouldn't be too hard. Which port, the command port, the bridge port or both? Do you have a specific reason for it?
User avatar
By Gobiwan
#28611
eriksl wrote:
Gobiwan wrote:If you do this, could you please implement a command to change the listening port on WiFi-Side?

That shouldn't be too hard. Which port, the command port, the bridge port or both? Do you have a specific reason for it?

The Bridge Port, I Need Port 8000 for specific Project...