HenrikSolver / picowhanport

Ett litet hack för att skicka data från HAN porten på en elmätare till en MQTT broker med hjälp av en raspberry pi pico w.
19 stars 6 forks source link

Miscellanous updates #5

Open saxofon opened 3 months ago

saxofon commented 3 months ago
saxofon commented 2 months ago

Yes, that is a good idea!

On Thu, 18 Apr 2024 at 20:54, Stefan Karlsson @.***> wrote:

@stefan-karlsson commented on this pull request.


In Makefile:

+ +$(shell basename $(PICO_RST)):

  • curl -O $(PICO_RST)
  • +$(shell basename $(MP)):

  • curl -O $(MP)
  • +$(shell basename $(UMQTT)):

  • curl -LRJO $(UMQTT)
  • +.PHONY: dependencies +dependencies: $(shell basename $(PICO_RST)) $(shell basename $(MP)) $(shell basename $(UMQTT))

  • +.PHONY: deploy +deploy: dependencies

  • cp $(shell basename $(PICO_RST)) /run/media/per/RPI-RP2

I would remove the references to "per".

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>