M5stack programming without Arduino IDE : how ?
- 
					
					
					
					
 Hi wtakuo, thanks for your work on this…. Nice that M5Stack included your work. Your efforts inspired me to give installation another crack – this time using Linux instead of Windows. MUCH better so far. Just have to determine which serial port is in use… got a long list rather than a defined port when following the ESP-IDF setup guide that outlined how to distinguish the serial port in use. Will follow it up laterz. 
- 
					
					
					
					
 For reference: Arduino submodule failed. I downloaded the latest, like this (and working): rm -r components/arduino/ 
 git clone https://github.com/espressif/arduino-esp32.git components/arduino-esp32
 cd components/arduino-esp32 && git submodule update --init --recursive && cd ../..Nice if this could be fixed in the code, wtakuo :) 
- 
					
					
					
					
 Here is the article about programming with Arduino IDE 
 For Windows:
 https://m5stack.readthedocs.io/en/latest/get-started/m5stack_core_get_started_Arduino_Windows.html
 For MacOS:
 https://m5stack.readthedocs.io/en/latest/get-started/m5stack_core_get_started_Arduino_MacOS.html

