Skip to content

Commit

Permalink
Merge pull request #40 from niwciu/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
niwciu authored Mar 11, 2024
2 parents f6b3fdd + 3d61f00 commit c9f0da4
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions examples/ESP8266_NONOS_SDK/LCD_HD44780_TEST/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if not exist user (
) else (
echo folder "user" exist
)
@REM copy "..\..\..\src\lcd_hd44780.c" "user\"
copy "..\..\..\src\lcd_hd44780.c" "user\"

if not exist include (
call mkdir include
Expand All @@ -20,15 +20,11 @@ if not exist include (
)

echo Copy files to include\lcd_hd44780\
@REM copy "..\..\..\src\lcd_hd44780.h" "include\"
@REM copy "..\..\..\src\lcd_hd44780_GPIO_interface.h" "include\"
@REM copy "..\..\..\src\lcd_hd44780_def_char.h" "include\"
@REM copy "..\..\..\src\lcd_hd44780_config.h" "include\"
@REM copy "..\..\..\src\lcd_hd44780_driver_commands.h" "include\"
echo =======================================================================
echo CLEAN PROJECT
echo =======================================================================
call make clean
copy "..\..\..\src\lcd_hd44780.h" "include\"
copy "..\..\..\src\lcd_hd44780_GPIO_interface.h" "include\"
copy "..\..\..\src\lcd_hd44780_def_char.h" "include\"
copy "..\..\..\src\lcd_hd44780_config.h" "include\"
copy "..\..\..\src\lcd_hd44780_driver_commands.h" "include\"
echo =======================================================================
echo BUILD PROJECT
echo =======================================================================
Expand Down

0 comments on commit c9f0da4

Please sign in to comment.