X-Git-Url: https://the.earth.li/gitweb/?p=esp8266-clock.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=572e7a320341d06c51450b413250e73ffe37163c;hp=347b9046bff4c7b34bf7987736eed01192ed235a;hb=377f58b3be561a9e0fffebf54237693ddce2184f;hpb=f8ec77a59ae23e61eeb657f4101fbba360fbcddb diff --git a/Makefile b/Makefile index 347b904..572e7a3 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,13 @@ flash: rom0.bin rom1.bin project_config.h: echo '#error "Edit this file to match your configuration."' > $@ + echo '#define PROJECT "clock"' >> $@ + echo '#define VER_MAJ 0' >> $@ + echo '#define VER_MIN 1' >> $@ echo '#define CFG_WIFI_SSID "My Wifi"' >> $@ echo '#define CFG_WIFI_PASSWORD "password"' >> $@ + echo '#define UPGRADE_HOST "upgrade-host.local"' >> $@ + echo '#define UPGRADE_PATH "/esp8266/" PROJECT "/"' >> $@ clean: rm -f $(OBJS) $(APP)_app.a rom0.elf rom1.elf rom0.bin rom1.bin