From 5a0f284ce3e1a06848c140de0c15e5c0a586e414 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 11 Sep 2019 14:37:44 -0700 Subject: [PATCH] renamed keys --- patcher/patcher.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/patcher/patcher.js b/patcher/patcher.js index 5c518f1..d5d18bf 100644 --- a/patcher/patcher.js +++ b/patcher/patcher.js @@ -81,15 +81,15 @@ const configKeys = { PIN_ROTARY_ENCODER_A: 79, PIN_ROTARY_ENCODER_B: 80, ACCELEROMETER_SPACE: 81, - PIN_ESP32_MOSI :82, - PIN_ESP32_MISO :83, - PIN_ESP32_SCK :84, - PIN_ESP32_TX :85, - PIN_ESP32_RX: 86, - PIN_ESP32_CS :87, - PIN_ESP32_BUSY: 88, - PIN_ESP32_RESET: 89, - PIN_ESP32_GPIO0 :90, + PIN_WIFI_MOSI :82, + PIN_WIFI_MISO :83, + PIN_WIFI_SCK :84, + PIN_WIFI_TX :85, + PIN_WIFI_RX: 86, + PIN_WIFI_CS :87, + PIN_WIFI_BUSY: 88, + PIN_WIFI_RESET: 89, + PIN_WIFI_GPIO0 :90, PIN_A0: 100, PIN_A1: 101, PIN_A2: 102,