add readme & switch to production build

This commit is contained in:
2022-04-02 04:03:55 +02:00
parent 01a18ef9cb
commit 08dc4e3c9e
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ TARGET = bluepill-i2c-gw
# debug build?
DEBUG = 1
# optimization
OPT = -Og
OPT = -Os
#######################################