I'm looking at the description on github and i a little confused. Do i need to chagne anything in the sketch besides the wifi information. i cannot get it to accept a firmware file. The usage example is confusing me. Do i need to add the commands to the sketch from the usage example?
I tried to ask at their github and didn't have any luck. Someone please help me out here
Heres the command i use to flash "avrdude -C avrdude.conf -patmega328p -carduino -Pnet:10.0.0.110:328 -F -D -Uflash:w:Module1.ino.standard.hex:i"
this is the output,
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10
avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01
avrdude: initialization failed, rc=-1
avrdude: AVR device initialized and ready to accept instructions
avrdude: Device signature = 0x000000 (retrying)
avrdude: Device signature = 0x000000 (retrying)
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid device signature.
avrdude: Expected signature for ATmega328P is 1E 95 0F
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10