Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/cral/commit/ed258e7fa657d5d2da4203c8931a224e331f43ad?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Change microcontroller to Atmega168 for Arduino.

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@25 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 18 years ago
parent f536f16a95
commit ed258e7fa6

@ -4,7 +4,7 @@
## General Flags
PROJECT = EVB_W5100_DNS
MCU = atmega128
MCU = atmega168
TARGET = $(PROJECT)_direct_mode.elf
#TARGET = $(PROJECT)_indirect_mode.elf
#TARGET = $(PROJECT)_spi_mode.elf

Loading…
Cancel
Save