Skip to content

Commit

Permalink
disable serial logging; firmware looks more stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Jan 26, 2019
1 parent 4f3508f commit 4f4ced3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lib_deps =
Wire
FS
SPIFFS
freertos
;freertos
HTTPUpdate
NTPClient
;ArduinoJson
Expand All @@ -26,7 +26,7 @@ lib_deps =
;https://github.com/me-no-dev/AsyncTCP.git#idf-update
AsyncMqttClient
ESP Async WebServer
ESP32 BLE Arduino ;-> In framework BLE
;ESP32 BLE Arduino ;-> In framework BLE
;BLE ;-> older
;U8g2 ; choose one gfx lib
;Adafruit GFX Library
Expand All @@ -48,7 +48,7 @@ board_build.partitions = min_spiffs.csv
build_flags = !./make_flags.py
;-DCORE_DEBUG_LEVEL=5
;-DCORE_DEBUG_LEVEL=4
-DCORE_DEBUG_LEVEL=3
;-DCORE_DEBUG_LEVEL=3
;-DCORE_DEBUG_LEVEL=1

lib_deps =
Expand Down
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ static void wifi_init()
void setup()
{
Serial.begin(115200);
log_i("Setup");
//log_i("Setup");
Serial.println("Setup");

cfg::init();
uptime::init();
Expand Down

0 comments on commit 4f4ced3

Please sign in to comment.