martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.72k stars 897 forks source link

Github Action to build Firmware using your builder #460

Open shafr opened 3 years ago

shafr commented 3 years ago

Thanks for creating builder image, I was struggling to do a local build since some dependencies were failing.

I've added this job, so you'll have better visibility using CI/DC and if someone wants to build firmware:

file & flash it using any tool.

jsvtrlvrslv commented 3 years ago

Can you help me 'make' new firmware files? When i try make, ths error appear:

tilt@ubuntu:~/xxx/esp_wifi_repeater$ make CC driver/spi.c make: /home/tilt/xxx/esp_wifi_repeater/coiso/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc: Command not found make: *** [Makefile:173: build/driver/spi.o] Error 127

shafr commented 3 years ago

probably you would need Linux machine or windows machine capable of running Docker images. That would be the easiest way. Or clone my repository and go into actions -> and grab already built artifact.

bigbang007038 commented 2 years ago

Can we make Arduino sketch ??