Skip to content

Commit a3393e9

Browse files
committed
EthernetENC integrated. Needs now 21.5 % more program space in the flash.
#1
1 parent 598d82d commit a3393e9

File tree

6 files changed

+73
-342
lines changed

6 files changed

+73
-342
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Andreas Merkle
3+
Copyright (c) 2020 - 2022 Andreas Merkle
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It runs on the AVR-NET-IO board from Pollin.
55
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://choosealicense.com/licenses/mit/)
66
[![Repo Status](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
77
[![Release](https://img.shields.io/github/release/BlueAndi/avr-net-io-smartmeter.svg)](https://github.com/BlueAndi/avr-net-io-smartmeter/releases)
8-
[![PlatformIO CI](https://github.com/BlueAndi/avr-net-io-smartmeter/workflows/PlatformIO%20CI/badge.svg?branch=master)](https://github.com/BlueAndi/avr-net-io-smartmeter/actions?query=workflow%3A%22PlatformIO+CI%22)
8+
[![PlatformIO CI](https://github.com/BlueAndi/avr-net-io-smartmeter/workflows/PlatformIO%20CI/badge.svg?branch=main)](https://github.com/BlueAndi/avr-net-io-smartmeter/actions?query=workflow%3A%22PlatformIO+CI%22)
99

1010
- [AVR-NET-IO-Smartmeter](#avr-net-io-smartmeter)
1111
- [Motivation](#motivation)
@@ -87,7 +87,7 @@ After the bootloader is installed and running, the typical Arduino upload can be
8787

8888
## Used Libraries
8989
* [MightyCore](https://github.com/MCUdude/MightyCore) - Arduino core for ATmega644.
90-
* [EtherCard](https://github.com/njh/EtherCard) - Driver for the Microchip ENC28J60 chip.
90+
* [EthernetENC](https://github.com/jandrassy/EthernetENC) - Ethernet library for ENC28J60 with Arduino compatible interface.
9191
* [ArduinoHttpServer](https://github.com/QuickSander/ArduinoHttpServer) - Server side minimalistic object oriented HTTP protocol implementation.
9292
* [ArduinoJSON](https://arduinojson.org/) - JSON library.
9393

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ default_envs = MightyCore
2020
platform = atmelavr
2121
framework = arduino
2222
lib_deps =
23-
quicksander/ArduinoHttpServer @ 0.9.9
24-
https://github.com/njh/EtherCard
23+
quicksander/ArduinoHttpServer @ 0.10.0
24+
jandrassy/EthernetENC @ 2.0.2
2525
bblanchon/ArduinoJson @ 6.19.3
2626
lib_ignore =
2727
Test

src/EthernetClient.cpp

Lines changed: 0 additions & 129 deletions
This file was deleted.

src/EthernetClient.h

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)