-->
Page 11 of 77

Re: "universal I/O bridge" missing display.c and display.h f

PostPosted: Tue Sep 08, 2015 8:56 am
by eriksl
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.

Re: "universal I/O bridge"

PostPosted: Tue Sep 08, 2015 9:12 am
by Gobiwan
If you do this, could you please implement a command to change the listening port on WiFi-Side?

Re: "universal I/O bridge"

PostPosted: Tue Sep 08, 2015 9:24 am
by eriksl
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?

Re: "universal I/O bridge"

PostPosted: Tue Sep 08, 2015 9:40 am
by Gobiwan
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...