Skip to content

Commit

Permalink
Combines the 20220911 pre-release with fix for Issue #108
Browse files Browse the repository at this point in the history
o	Fixed Issue #94: “ENC28J60 Revision not always reported in Link Error Statistics”
o	Added Enhancement Issue #100 “Remove Configuration Button”. This is an option to disable the Configuration button on the IOControl page.
o	Fixed Issue #108: “Temperature sensors loose custom names in HA on NetModule boot”.
  • Loading branch information
nielsonm236 committed Sep 22, 2022
1 parent d5f72e9 commit a4a7216
Show file tree
Hide file tree
Showing 13 changed files with 720 additions and 296 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion NetworkModule/.Idea_Groups/Vector_File.grp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Group File Created by IDEA
# Project: <NetworkModule>
# Sun Sep 11 06:45:05 2022
# Wed Sep 21 19:02:47 2022
#
"networkmodule_vector.o"
596 changes: 317 additions & 279 deletions NetworkModule/.Idea_Temp/COBJ.TMP

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions NetworkModule/.Idea_Temp/IDEA.ERR
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ uip_tcpapphub.o:
(C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\lib\libisl0.sm8)strcat0.o:
(C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\lib\libisl0.sm8)strcmp0.o:
(C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\lib\libisl0.sm8)strlen0.o:
(C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\lib\libm0.sm8)fctcpy.o:
(C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\lib\libm0.sm8)bmulx.o:
(C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\lib\libm0.sm8)eeprom.o:
(C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\lib\libm0.sm8)itolx.o:
Expand Down
2 changes: 1 addition & 1 deletion NetworkModule/.Idea_Temp/IDEABLD.BAT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REM COMMAND FILE BUILT BY IDEA
REM Sun Sep 11 06:45:01 2022
REM Wed Sep 21 19:02:44 2022
REM
cxstm8 -v -l +strict +debug +modsl0 +split +warn "networkmodule_vector.c"
cxstm8 -v -l +strict +debug +modsl0 +split +warn "ds18b20.c" "enc28j60.c" "gpio.c" "httpd.c" "i2c.c" "main.c" "mqtt.c" "mqtt_pal.c" "spi.c" "timer.c" "uart.c" "uip.c" "uip_arp.c" "uip_tcpapphub.c"
Expand Down
Loading

0 comments on commit a4a7216

Please sign in to comment.