Skip to content

Commit 2678b2c

Browse files
committed
Fix std ESP8266 build by saving some space
1 parent 223fba7 commit 2678b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/ESP8266_BOARD.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'NET',
2727
'TELNET',
2828
#'GRAPHICS',
29-
'CRYPTO',
29+
'CRYPTO','SHA1_JS', # use JS SHA1 to save space
3030
'NEOPIXEL',
3131
],
3232
'makefile' : [

0 commit comments

Comments
 (0)